Skip to content

Commit

Permalink
Update easy_githubsearch.py
Browse files Browse the repository at this point in the history
remove oouth_token
  • Loading branch information
matedealer authored Jul 1, 2023
1 parent a44646f commit 1c540e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy_githubsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from time import sleep

oouth_token="e7ecc0fc0b6906a47cd91cda15d61faa58ce3496"
oouth_token="<oouth_token>"
repo_list=[]
found_dir = "./founds/"

Expand Down Expand Up @@ -45,4 +45,4 @@ def getNextPage(list, url, page):
print(len(repo_list), len(data["items"]))

file = open(savefile,"w+")
file.write(json.dumps(repo_list))
file.write(json.dumps(repo_list))

0 comments on commit 1c540e6

Please sign in to comment.