mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-23 00:08:38 -05:00
sYnTAx eRrOR
This commit is contained in:
parent
c790e856d9
commit
ae067acf0e
@ -71,7 +71,7 @@ class QRZCog(commands.Cog):
|
|||||||
with open('data/qrz_session', 'w') as qrz_file:
|
with open('data/qrz_session', 'w') as qrz_file:
|
||||||
qrz_file.write(self.key)
|
qrz_file.write(self.key)
|
||||||
|
|
||||||
@tasks.loop(count=)
|
@tasks.loop(count=1)
|
||||||
async def _qrz_session_init(self):
|
async def _qrz_session_init(self):
|
||||||
"""Helper task to allow obtaining a session at cog instantiation."""
|
"""Helper task to allow obtaining a session at cog instantiation."""
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user