Created
September 27, 2015 22:32
-
-
Save russau/5aef63cb1673b5f8a1c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From e7f545ea97c654ee4a5c3e1dbaf70a900a620958 Mon Sep 17 00:00:00 2001 | |
From: russ <[email protected]> | |
Date: Sun, 27 Sep 2015 22:23:42 +0000 | |
Subject: [PATCH] Listen on the public network interface | |
--- | |
example/app.py | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/example/app.py b/example/app.py | |
index f20380b..9639e58 100644 | |
--- a/example/app.py | |
+++ b/example/app.py | |
@@ -103,4 +103,4 @@ def test_disconnect(): | |
if __name__ == '__main__': | |
- socketio.run(app) | |
+ socketio.run(app, '0.0.0.0') | |
-- | |
1.7.9.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment