diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-04-27 18:05:57 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-04-27 18:05:57 +0200 |
commit | 089bf272f0e4cf0a68b1490968d3339d15d1b9be (patch) | |
tree | 3cb6735b607206ac135a0612fc64a0d000427335 /pyactivitypubd | |
parent | 54a757b016d5b3aa9103ec29d6b63cd5fd64d28e (diff) |
Improve tests for config
Diffstat (limited to 'pyactivitypubd')
-rwxr-xr-x | pyactivitypubd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyactivitypubd b/pyactivitypubd index 97786bb..4d9e63e 100755 --- a/pyactivitypubd +++ b/pyactivitypubd @@ -6,7 +6,7 @@ from pyapd import app, config if __name__ == "__main__": - config = config.Config + config = config.Config() apd = app.App(config) apd.listen(8888) tornado.ioloop.IOLoop.current().start() |