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

encoding.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 96 B
    #!/usr/bin/env python3
    from server import *
    
    if __name__ == '__main__':
    	app.run(threaded=True)