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:
-rw-r--r--dwt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwt.py b/dwt.py
index 94e93de..aa4ee14 100644
--- a/dwt.py
+++ b/dwt.py
@@ -300,8 +300,8 @@ class MainPanel(wx.Panel):
if self.onedrive_check.IsChecked():
dwt_util.onedrive(undo=undo)
logger.info("Done. It's recommended that you reboot as soon as possible for the full effect.")
- logger.info(("If you feel something didn't work properly, please press the 'Report an issue"
- "button and follow the directions"))
+ logger.info(("If you feel something didn't work properly, please press the 'Report an issue'"
+ " button and follow the directions"))
console.Center()
console.Show()