Page Menu
Home
Search
Configure Global Search
Log In
Files
F13099447
runserver.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
258 B
Subscribers
None
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
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Wed, May 25, 7:09 AM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fb/4b/cd1ff580442514bd0235140f1117
Attached To
rA Attract
Event Timeline
Log In to Comment