aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/main_window.py
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2022-02-28 12:34:01 +0530
committerSaptak S <saptak013@gmail.com>2022-02-28 12:36:32 +0530
commit8d6e375c4476f2da311cbfb12362464041fab3cf (patch)
tree69b623943cbeeec5c432b70aadfa340916c86076 /desktop/onionshare/main_window.py
parent625144afe6e0f791dd49d345ccee4adbaf3b81da (diff)
downloadonionshare-8d6e375c4476f2da311cbfb12362464041fab3cf.tar.gz
onionshare-8d6e375c4476f2da311cbfb12362464041fab3cf.zip
Replace double quotes with single quotes
Diffstat (limited to 'desktop/onionshare/main_window.py')
-rw-r--r--desktop/onionshare/main_window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/onionshare/main_window.py b/desktop/onionshare/main_window.py
index eef12028..b2bd01e9 100644
--- a/desktop/onionshare/main_window.py
+++ b/desktop/onionshare/main_window.py
@@ -222,13 +222,13 @@ class MainWindow(QtWidgets.QMainWindow):
"""
Open the TorSettingsTab
"""
- self._open_settings(active_tab='tor')
+ self._open_settings(active_tab="tor")
def open_settings(self):
"""
Open the general SettingsTab
"""
- self._open_settings(active_tab='general')
+ self._open_settings(active_tab="general")
def _open_settings(self, active_tab):
self.common.log("MainWindow", f"open settings with active tab: {active_tab}")