mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-24 03:42:43 -06:00
deleted unassigned variable
This commit is contained in:
parent
256eb23298
commit
2e59865f9d
1 changed files with 0 additions and 1 deletions
1
demo.py
1
demo.py
|
@ -240,7 +240,6 @@ async def main(args: argparse.Namespace):
|
|||
logging.info('Certificate expires soon, reregistering now')
|
||||
expiration = await reregister(conn, users)
|
||||
logging.info('Reregistered')
|
||||
logging.info(expire_msg(expiration))
|
||||
|
||||
if args.reregister:
|
||||
await reregister(conn, users)
|
||||
|
|
Loading…
Reference in a new issue