mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-30 02:50:29 +08:00
bug fix
This commit is contained in:
parent
c4c9dd335d
commit
bfc6f3ede8
@ -8,6 +8,7 @@ try:
|
|||||||
import requests
|
import requests
|
||||||
except ImportError:
|
except ImportError:
|
||||||
logging.fatal("Please install requests module")
|
logging.fatal("Please install requests module")
|
||||||
|
exit(1)
|
||||||
|
|
||||||
|
|
||||||
def get_uuid_raw() -> str:
|
def get_uuid_raw() -> str:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user