mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2025-01-09 17:33:47 +00:00
fix a stupid bug
This commit is contained in:
parent
9de9f75a16
commit
65903ba3c5
1 changed files with 1 additions and 1 deletions
2
demo.py
2
demo.py
|
@ -217,7 +217,7 @@ async def main(args: argparse.Namespace):
|
||||||
await trio.sleep(reregister_delta)
|
await trio.sleep(reregister_delta)
|
||||||
|
|
||||||
logging.info("Reregistering...")
|
logging.info("Reregistering...")
|
||||||
register(conn, users)
|
expiration = await reregister(conn, users)
|
||||||
|
|
||||||
logging.info("Reregistered!")
|
logging.info("Reregistered!")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue