mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-10 23:43:42 +02:00
fix server address
This commit is contained in:
@@ -239,7 +239,7 @@ class Anonymous_Github:
|
|||||||
return application
|
return application
|
||||||
|
|
||||||
def run(self, **keywords):
|
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():
|
def initParser():
|
||||||
|
|||||||
Reference in New Issue
Block a user