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