Page Menu
Home
Search
Configure Global Search
Log In
Files
F14245201
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, Feb 7, 12:43 AM (2 d)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
18/b1/8f095a3686686567be223218b93f
Attached To
rA Attract
Event Timeline
Log In to Comment