sYnTAx eRrOR

This commit is contained in:
0x5c 2019-10-18 11:37:24 -04:00
parent c790e856d9
commit ae067acf0e
No known key found for this signature in database
GPG Key ID: CCE14303E194D25E
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class QRZCog(commands.Cog):
with open('data/qrz_session', 'w') as qrz_file:
qrz_file.write(self.key)
@tasks.loop(count=)
@tasks.loop(count=1)
async def _qrz_session_init(self):
"""Helper task to allow obtaining a session at cog instantiation."""
try: