legendary/legendary/__init__.py
derrod ce28ce2914 [core] Fix session reuse not checking if expiry is after now
Since total_seconds() just returns a positive number with the difference
we have to make sure we're actually still before the expiry time.
2020-04-20 01:25:59 +02:00

4 lines
40 B
Python

"""Legendary!"""
__version__ = '0.0.2'