Skip to content

Commit

Permalink
Update track.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Dec 14, 2024
1 parent 4339f48 commit 1717bad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bot/giveaway/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,3 @@ async def main():
finally:
logger.info("Shutting down Kafka producer...")
await producer.stop()


# Run the script
if __name__ == "__main__":
try:
asyncio.run(main())
except Exception as e:
logger.critical(f"Critical error while running the tracker: {e}")

0 comments on commit 1717bad

Please sign in to comment.