do no exit if a user changed or does not provide the correct host, client_id, client_key, login, pass
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
VERSION = (1, 2, 0) # PEP 386
|
||||
VERSION = (1, 2, 1) # PEP 386
|
||||
__version__ = ".".join([str(x) for x in VERSION])
|
||||
|
||||
Reference in New Issue
Block a user