Skip to content

Commit

Permalink
chore: fix cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-kal committed Sep 13, 2022
1 parent 00c25a2 commit 75b1503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinjective/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __init__(
)

# timeout height update routine
aiocron.crontab(
self.cron = aiocron.crontab(
'* * * * * */{}'.format(DEFAULT_TIMEOUTHEIGHT_SYNC_INTERVAL),
func=self.sync_timeout_height,
args=(),
Expand Down

0 comments on commit 75b1503

Please sign in to comment.