From 8b6cd1dce8b70c8c4046cbccc53ccf8014d5c830 Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Mon, 25 May 2026 00:12:46 +0200 Subject: [PATCH] fixed bad indent --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 724c615..524ba6e 100644 --- a/main.py +++ b/main.py @@ -21,7 +21,7 @@ async def postToSheet(data, gsheetToken): async with aiohttp.ClientSession() as session: async with session.post(gsheetToken, json=data) as response: # print("Status:", response.status) - return response.status + return response.status