Add nicer debug logging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user