Page Menu
Home
Search
Configure Global Search
Log In
Files
F8198991
runserver.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 8, 3:15 PM
Size
258 B
Mime Type
text/x-python
Expires
Tue, Dec 10, 3:15 PM (2 d)
Engine
local-disk
Format
Raw Data
Handle
27/0c/9879ca34928da81d5f1dbce3212c
Attached To
rA Attract
runserver.py
View Options
#!/usr/bin/env python
from
pillar
import
PillarServer
from
attract
import
AttractExtension
app
=
PillarServer
(
'.'
)
app
.
load_extension
(
AttractExtension
(),
'/attract'
)
app
.
process_extensions
()
if
__name__
==
'__main__'
:
app
.
run
(
'::0'
,
5000
,
debug
=
True
)
Event Timeline
Log In to Comment