This website works better with JavaScript.
Home
Help
Sign In
ben
/
template-influence-factor
mirror of
https://github.com/earwig/template-influence-factor
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Typo.
master
Ben Kurtovic
8 years ago
parent
db8e0a8f64
commit
2fcde9f420
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.fcgi
+ 1
- 1
app.fcgi
View File
@@ -20,4 +20,4 @@ def index():
if __name__ == '__main__':
if __name__ == '__main__':
from flup.server.fcgi import WSGIServer
from flup.server.fcgi import WSGIServer
WSGIServer(
my
app).run()
WSGIServer(app).run()
Write
Preview
Loading…
Cancel
Save