Skip to content
Snippets Groups Projects
Select Git revision
  • cbf59c05f1d88e8604289bd02432f7a27e034666
  • master default protected
2 results

run_tests.py

Blame
  • Forked from Video AG Infrastruktur / website
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    run.py 122 B
    #!/usr/bin/env python3
    from server import *
    
    if __name__ == '__main__':
    	app.run(threaded=True, host=config['SERVER_IP'])