mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
set github username in key setup script
This commit is contained in:
@@ -15,6 +15,7 @@ if __name__ == "__main__":
|
||||
|
||||
if keys.status_code == 200:
|
||||
Params().put("GithubSshKeys", keys.text)
|
||||
Params().put("GithubUsername", username)
|
||||
print("Setup ssh keys sucessfully")
|
||||
else:
|
||||
print("Error getting public keys from github")
|
||||
|
||||
Reference in New Issue
Block a user