summaryrefslogtreecommitdiffstats
path: root/deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py')
-rw-r--r--deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py b/deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py
index b0192256a..2adea4368 100644
--- a/deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py
+++ b/deluge/plugins/Extractor/deluge/plugins/extractor/gtkui.py
@@ -51,7 +51,7 @@ class GtkUI(GtkPluginBase):
config = {
'extract_path': path,
- 'use_name_folder': self.builder.get_object('chk_use_name').get_active()
+ 'use_name_folder': self.builder.get_object('chk_use_name').get_active(),
}
client.extractor.set_config(config)