Renamed config file to ankisyncd.conf
This commit is contained in:
parent
bce42dd297
commit
525652dad0
@ -590,7 +590,7 @@ def main():
|
||||
from ankisyncd.thread import shutdown
|
||||
|
||||
config = SafeConfigParser()
|
||||
config.read("production.ini")
|
||||
config.read("ankisyncd.conf")
|
||||
|
||||
ankiserver = SyncApp(config)
|
||||
httpd = make_server('', config.getint("sync_app", "port"), ankiserver)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user