set github username in key setup script

old-commit-hash: 732006b0bc
commatwo_master
Adeeb Shihadeh 4 years ago
parent d67b194790
commit c41e23070b
  1. 1
      tools/scripts/setup_ssh_keys.py

@ -15,6 +15,7 @@ if __name__ == "__main__":
if keys.status_code == 200: if keys.status_code == 200:
Params().put("GithubSshKeys", keys.text) Params().put("GithubSshKeys", keys.text)
Params().put("GithubUsername", username)
print("Setup ssh keys sucessfully") print("Setup ssh keys sucessfully")
else: else:
print("Error getting public keys from github") print("Error getting public keys from github")

Loading…
Cancel
Save