Add nicer debug logging

This commit is contained in:
2023-03-11 17:46:18 +00:00
parent 8dc1e83d0a
commit 059c723cc1
2 changed files with 1 additions and 1 deletions

View File

@@ -28,7 +28,6 @@ async def aggregator_job():
async def platform_job(interval):
print("PLATFORM JOB FOR", interval)
if interval == 0:
return
platforms = Platform.objects.filter(enabled=True, cheat_interval_seconds=interval)