sYnTAx eRrOR

This commit is contained in:
0x5c
2019-10-18 11:37:24 -04:00
parent c790e856d9
commit ae067acf0e
+1 -1
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: