From 0e17e5c2f07a8c8cb437c5a5b135b9069f859864 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 16 Jul 2026 11:22:39 +0200 Subject: [PATCH] autoformat --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 45d1635..5485218 100755 --- a/main.py +++ b/main.py @@ -42,7 +42,7 @@ for name, url in to_mirror.items(): "repo_name": name, "uid": gitea_user_id } - response = requests.post(f"https://git.veen.world/api/v1/repos/migrate", headers=HEADERS, json=data) + response = requests.post("https://git.veen.world/api/v1/repos/migrate", headers=HEADERS, json=data) if response.status_code == 201: print(f"{name} was successfully mirrored.") else: