drewThomasson
commited on
Update lib/functions.py
Browse files- lib/functions.py +2 -2
lib/functions.py
CHANGED
@@ -1024,8 +1024,8 @@ def convert_ebook(args):
|
|
1024 |
|
1025 |
def web_interface(args):
|
1026 |
script_mode = args['script_mode']
|
1027 |
-
is_gui_process = args
|
1028 |
-
is_gui_shared = args
|
1029 |
is_converting = False
|
1030 |
audiobooks_dir = None
|
1031 |
ebook_src = None
|
|
|
1024 |
|
1025 |
def web_interface(args):
|
1026 |
script_mode = args['script_mode']
|
1027 |
+
is_gui_process = args['is_gui_process']
|
1028 |
+
is_gui_shared = args['share']
|
1029 |
is_converting = False
|
1030 |
audiobooks_dir = None
|
1031 |
ebook_src = None
|