prometheus04 commited on
Commit
d1f9e51
·
verified ·
1 Parent(s): 5ab3449

Update github.py

Browse files
Files changed (1) hide show
  1. github.py +1 -1
github.py CHANGED
@@ -1,6 +1,6 @@
1
  import requests
2
 
3
- GITHUB_TOKEN = "your_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):