diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-07 01:34:49 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-07 01:34:49 +0200 |
| commit | da35e45efb7eca18ead4e266e22bc33d4035efcd (patch) | |
| tree | fc79e311dc5e42c100ab0bd94ceef4d7ea227673 /geshem.py | |
| parent | 1885d84ae2319a938be80003f86fea3c686dc191 (diff) | |
Fine tune center coordinates
Diffstat (limited to 'geshem.py')
| -rw-r--r-- | geshem.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,4 +34,4 @@ def update_images(response): return response if __name__ == '__main__': - app.run(debug=True) + app.run(host='0.0.0.0', debug=True) |
