mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Missed a config thingy
This commit is contained in:
parent
e920a3ca58
commit
f31fad745f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import common
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
#Read configuration...
|
#Read configuration...
|
||||||
execfile('config.py')
|
execfile('config.py', globals())
|
||||||
|
|
||||||
# Parse command line...
|
# Parse command line...
|
||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue