We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07591f commit b5d634fCopy full SHA for b5d634f
tyron/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.2.3'
+__version__ = '0.2.4'
tyron/tyron.py
@@ -106,7 +106,7 @@ def start_subscribe_loop():
106
107
def main():
108
from gevent.wsgi import WSGIServer
109
- WSGIServer(('', 5000), application).serve_forever()
+ WSGIServer(('', 8080), application).serve_forever()
110
111
if __name__ == '__main__':
112
main()
0 commit comments