instance runs
This commit is contained in:
@@ -33,5 +33,4 @@ if __name__ == '__main__':
|
||||
twistd.serve(__file__)
|
||||
|
||||
if __name__ == '__builtin__':
|
||||
# pylint: disable-msg=C0103
|
||||
application = service.type_to_class(FLAGS.network_type).create()
|
||||
application = service.NetworkService.create() # pylint: disable-msg=C0103
|
||||
|
Reference in New Issue
Block a user