Skip to content
Snippets Groups Projects
Select Git revision
  • forbid-save-as
  • upload-via-token
  • moodle-integration
  • patch-double-tap-seek
  • patch_datum_anzeigen
  • patch_raum_anzeigen
  • master default protected
  • intros
  • live_sources
  • bootstrap4
  • modules
11 results

run.py

Blame
  • Forked from Video AG Infrastruktur / website
    349 commits behind the upstream repository.
    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'])