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:
FoxMaSk
2017-09-23 21:18:28 +02:00
parent 0c40a35559
commit 5b3cd028a7
2 changed files with 15 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
VERSION = (1, 2, 0) # PEP 386
VERSION = (1, 2, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])