mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 12:59:40 +02:00
ifix global
This commit is contained in:
parent
9eec90c4f7
commit
9ac30e55a4
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class scanThread(threading.Thread):
|
|||
|
||||
def config():
|
||||
global isFakeScan, hasUSBAutoMount, pandora_root_url
|
||||
global hasQuarantine, quarantine_folder, has_curses, maxThreads
|
||||
global hasQuarantine, quarantine_folder, has_curses, maxThreads, maxFileSize
|
||||
""" read configuration file """
|
||||
# intantiate a ConfirParser
|
||||
config_parser = configparser.ConfigParser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue