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