MCPcopy Create free account
hub / github.com/PageBot/PageBot / run

Method run

Lib/pagebot/server/adserver.py:94–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 #self.app.listen(self.port)
93
94 def run(self):
95 print('Starting PageBot/Tornado web application on port %s' % self.port)
96 tornado.ioloop.IOLoop.current().start()
97
98if __name__ == "__main__":
99 args = sys.argv[1:]

Callers 2

composeMethod · 0.45
adserver.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected