fixed bad indent
This commit is contained in:
parent
b2cadb0b8f
commit
8b6cd1dce8
2
main.py
2
main.py
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user