Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
ca62e57a43b69502fb1389c0a7891b362948c662
ca62e57a43b69502fb1389c0a7891b362948c662
Switch branch/tag
aura-engine
libraries
enum
scheduleentrytype.py
Find file
Normal view
History
Permalink
scheduleentrytype.py
116 Bytes
Newer
Older
push to liquidsoap (http,fs)
Gottfried Gaisbauer
committed
Jan 24, 2018
1
2
3
from
enum
import
Enum
several things: critical socket threading bug from comba resolved. adapted...
Gottfried Gaisbauer
committed
Jan 31, 2018
4
class
ScheduleEntryType
(
Enum
):
push to liquidsoap (http,fs)
Gottfried Gaisbauer
committed
Jan 24, 2018
5
FILESYSTEM
=
"fs"
several things: critical socket threading bug from comba resolved. adapted...
Gottfried Gaisbauer
committed
Jan 31, 2018
6
7
STREAM
=
"http"
LIVE
=
"live"