mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Missed a config thingy
This commit is contained in:
parent
e920a3ca58
commit
f31fad745f
@ -30,7 +30,7 @@ import common
|
||||
def main():
|
||||
|
||||
#Read configuration...
|
||||
execfile('config.py')
|
||||
execfile('config.py', globals())
|
||||
|
||||
# Parse command line...
|
||||
parser = OptionParser()
|
||||
|
Loading…
Reference in New Issue
Block a user