fixed bad indent

This commit is contained in:
TanguyPcFixe 2026-05-25 00:12:46 +02:00
parent b2cadb0b8f
commit 8b6cd1dce8

View File

@ -21,7 +21,7 @@ async def postToSheet(data, gsheetToken):
async with aiohttp.ClientSession() as session: async with aiohttp.ClientSession() as session:
async with session.post(gsheetToken, json=data) as response: async with session.post(gsheetToken, json=data) as response:
# print("Status:", response.status) # print("Status:", response.status)
return response.status return response.status