Show More
@@ -48,7 +48,7 b' def get_auth_token():' | |||
|
48 | 48 | return token |
|
49 | 49 | |
|
50 | 50 | print( |
|
51 | "Get a token fom https://github.com/settings/tokens with public repo and gist." | |
|
51 | "Get a token from https://github.com/settings/tokens with public repo and gist." | |
|
52 | 52 | ) |
|
53 | 53 | token = getpass.getpass("Token: ", stream=sys.stderr) |
|
54 | 54 |
General Comments 0
You need to be logged in to leave comments.
Login now