Renamed config file to ankisyncd.conf

This commit is contained in:
jdoe0 2014-01-04 20:06:14 +07:00
parent bce42dd297
commit 525652dad0
2 changed files with 1 additions and 1 deletions

View File

@ -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)