fix: boottime on haiku getting (#4632)

This commit is contained in:
Noorhteen Raja NJ 2022-01-10 20:15:45 +05:30 committed by GitHub
parent 4af6806562
commit 27970af142
Failed to generate hash of commit

View file

@ -228,7 +228,7 @@ def _get_boot_time_func():
if plat.startswith(("amiga", "aros12")):
return _boot_time_amiga
if plat.startswith(("beos5", "haiku1")):
return _boot_time_beos()
return _boot_time_beos
if plat.startswith(("cygwin", "linux")):
# "cygwin", "linux","linux-armv71": "linux2"
return _boot_time_linux