From 86988cd4a6e0519b27ba42a69a9429dee5d145c7 Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Sat, 18 Feb 2023 21:56:03 +0100 Subject: [PATCH] second --- clone_all.py | 2 -- 1 file changed, 2 deletions(-) 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)