Update helper.py
Browse files
helper.py
CHANGED
|
@@ -3,7 +3,7 @@ import uuid
|
|
| 3 |
from datetime import datetime, timedelta
|
| 4 |
|
| 5 |
github_username_zed_userid_list = [
|
| 6 |
-
("
|
| 7 |
]
|
| 8 |
|
| 9 |
def create_jwt(github_user_login: str, user_id: int) -> str:
|
|
|
|
| 3 |
from datetime import datetime, timedelta
|
| 4 |
|
| 5 |
github_username_zed_userid_list = [
|
| 6 |
+
("XC-bit", 281314),
|
| 7 |
]
|
| 8 |
|
| 9 |
def create_jwt(github_user_login: str, user_id: int) -> str:
|