fix server address

This commit is contained in:
tdurieux
2017-10-18 14:38:33 +02:00
parent d494a4e498
commit 72386120f6

View File

@@ -239,7 +239,7 @@ class Anonymous_Github:
return application
def run(self, **keywords):
self.application.run(host=self.host, port=self.port, **keywords)
self.application.run(host="127.0.0.1", port=self.port, **keywords)
def initParser():