Spaces:
Runtime error
Runtime error
Update github.py
Browse files
github.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import requests
|
2 |
|
3 |
-
GITHUB_TOKEN = "
|
4 |
GITHUB_API_URL = "https://api.github.com"
|
5 |
|
6 |
def get_repo_code(repo_link):
|
|
|
1 |
import requests
|
2 |
|
3 |
+
GITHUB_TOKEN = "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"
|
4 |
GITHUB_API_URL = "https://api.github.com"
|
5 |
|
6 |
def get_repo_code(repo_link):
|