mirror of
https://github.com/romanz/amodem.git
synced 2026-05-10 05:17:38 +08:00
trezor-agent: remove __main__ part
This commit is contained in:
@@ -46,6 +46,3 @@ def main():
|
|||||||
return server.run_process(command=command, environ=env)
|
return server.run_process(command=command, environ=env)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
log.info('server stopped')
|
log.info('server stopped')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
sys.exit(main())
|
|
||||||
|
|||||||
Reference in New Issue
Block a user