mirror of https://github.com/docker/docs.git
update app.py to have consistent spacing (#3659)
shouldn't have both tabs and spaces in the same file
This commit is contained in:
parent
483a8a8370
commit
59f1eceb8e
|
@ -126,7 +126,7 @@ def hello():
|
|||
return html.format(name=os.getenv("NAME", "world"), hostname=socket.gethostname(), visits=visits)
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host='0.0.0.0', port=80)
|
||||
app.run(host='0.0.0.0', port=80)
|
||||
```
|
||||
|
||||
Now we see that `pip install -r requirements.txt` installs the Flask and Redis
|
||||
|
|
Loading…
Reference in New Issue