diff --git a/clone_all.py b/clone_all.py index 9d6ed0d..6008028 100644 --- a/clone_all.py +++ b/clone_all.py @@ -3,8 +3,6 @@ from git import Repo # must install gitpython module def main(): # Perform request - userid = "fossilfranv" - passw = "mUlUmuqi#$%" token = "25135836368a30b70cbaa4aa56e8a40f04bf6030" r = requests.get("https://git.franv.site/api/v1/repos/search?token=" + token)