Skip to content

Commit

Permalink
Working version of single click authorization
Browse files Browse the repository at this point in the history
Building application with pyinstaller onedir now for QtWebEngineProcess
  • Loading branch information
beckf committed Jun 2, 2019
1 parent aff0634 commit 6a39352
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ def __init__(self):
self.debug_append_log("Multithreading enabled with maximum %d threads." % self.threadpool.maxThreadCount(),
"info")

# Output some debug stuff for cmdline
print("CWD: " + (os.path.abspath(os.__file__)) )

# Gather Config
if config.check_enc() is True:
self.config_passwd, ok = QInputDialog.getText(None,
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
altgraph==0.16.1
asn1crypto==0.24.0
bottle==0.12.16
certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
cryptography==2.6.1
future==0.17.1
idna==2.8
macholib==1.11
Naked==0.1.31
pefile==2019.4.18
pipdeptree==0.13.2
py-dateutil==2.2
pyAesCrypt==0.4.3
pycparser==2.19
Expand All @@ -20,7 +19,6 @@ PyQtWebEngine==5.12.1
pytz==2019.1
PyYAML==5.1
requests==2.22.0
shellescape==3.4.1
sip==4.19.8
six==1.12.0
urllib3==1.25.3

0 comments on commit 6a39352

Please sign in to comment.