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

@@ -429,6 +429,7 @@ class LocalPlatformClient(ABC):
async def cheat(self, assets=None):
# Get all public ads for the given assets
log.debug(f"Running cheat for {self.instance.name}")
public_ads = await self.get_all_public_ads(assets)
if not public_ads:
return False