mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
update app.py to have consistent spacing (#3659)
shouldn't have both tabs and spaces in the same file
This commit is contained in:
committed by
Misty Stanley-Jones
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
|
||||
|
||||
Reference in New Issue
Block a user