Page Menu
Home
Search
Configure Global Search
Log In
Files
F13381090
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
Tue, Aug 16, 12:52 AM (1 d, 23 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
15/c8/41f3c2fa6cda6e6d47dd46c6d430
Attached To
rA Attract
Event Timeline
Log In to Comment