mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +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():
|
def config():
|
||||||
global isFakeScan, hasUSBAutoMount, pandora_root_url
|
global isFakeScan, hasUSBAutoMount, pandora_root_url
|
||||||
global hasQuarantine, quarantine_folder, has_curses, maxThreads
|
global hasQuarantine, quarantine_folder, has_curses, maxThreads, maxFileSize
|
||||||
""" read configuration file """
|
""" read configuration file """
|
||||||
# intantiate a ConfirParser
|
# intantiate a ConfirParser
|
||||||
config_parser = configparser.ConfigParser()
|
config_parser = configparser.ConfigParser()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue