Spaces:
Sleeping
Sleeping
update
Browse files- mysite/libs/github.py +3 -3
mysite/libs/github.py
CHANGED
@@ -83,6 +83,6 @@ def github(token, folder):
|
|
83 |
return REPO_WEB_URL
|
84 |
|
85 |
# 使用例
|
86 |
-
token = "your_github_token"
|
87 |
-
folder = "test_folders"
|
88 |
-
github(token, folder)
|
|
|
83 |
return REPO_WEB_URL
|
84 |
|
85 |
# 使用例
|
86 |
+
#token = "your_github_token"
|
87 |
+
#folder = "test_folders"
|
88 |
+
#github(token, folder)
|