Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDee Jayh <ruined1@gmail.com>2018-01-23 23:28:38 +0300
committerDee Jayh <ruined1@gmail.com>2018-01-23 23:28:43 +0300
commit4db4fcdbd04f1745e89606d9b5b91cb787067a0a (patch)
tree46a2e8a728e25dc01b44b4fe591a76d5318beeeb
parent4f9547ba23c6ee520afeb983065b83a4d72e075e (diff)
-Fixed minor copy/pasta errorv3.2.1
-No version increment
-rw-r--r--dwt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwt.py b/dwt.py
index 2f46957..0864cc6 100644
--- a/dwt.py
+++ b/dwt.py
@@ -464,7 +464,7 @@ def check_elevated(silent=False):
windll.shell32.ShellExecuteW(None, u"runas", unicode(sys.executable), u"{0} -silent".format(unicode(__file__)), None, 1)
sys.exit(1)
else:
- windll.shell32.ShellExecuteW(None, u"runas", unicode(sys.executable), unicode(__file__) + u" -silent", None, 1)
+ windll.shell32.ShellExecuteW(None, u"runas", unicode(sys.executable), unicode(__file__), None, 1)
sys.exit(1)
def silent():