pull/4/head
Jeff Becker 2016-11-24 09:26:48 -05:00
parent 45cc9532e0
commit abbe0fc559
1 changed files with 4 additions and 0 deletions

View File

@ -27,3 +27,7 @@ def baddies():
def index():
return """this server serves a router info blocklist of ip addresses with unreasonably high desnity of i2p routers (right now just floodfills)
"""
if __name__ == '__main__':
app.run()