Fix check_env
Build and publish / docker (push) Successful in 2m19s Details

This commit is contained in:
Brieuc Dubois 2024-02-19 19:04:25 +01:00
parent 0baf51ebde
commit e618a7fb0d
1 changed files with 0 additions and 4 deletions

View File

@ -212,8 +212,4 @@ async def main():
catch_api_error(e, 'tg² failed to get items')
if __name__ == '__main__':
if not check_env():
print('Missing environment variables')
exit(1)
asyncio.run(main())