mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
@@ -507,6 +507,9 @@ def getSshAuthorizedKeys() -> str:
|
||||
def getGithubUsername() -> str:
|
||||
return Params().get("GithubUsername", encoding='utf8') or ''
|
||||
|
||||
@dispatcher.add_method
|
||||
def getFirehoseMode() -> bool:
|
||||
return Params().get_bool("FirehoseMode") or False
|
||||
|
||||
@dispatcher.add_method
|
||||
def getSimInfo():
|
||||
|
||||
Reference in New Issue
Block a user