Skip to content

Commit a2e30ff

Browse files
authored
Fix typo (#6)
1 parent acd4811 commit a2e30ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def main():
6060
},
6161
}
6262

63-
uvicorn.run(app, host="0.0.0.0" log_config=log_config)
63+
uvicorn.run(app, host="0.0.0.0", log_config=log_config)

0 commit comments

Comments
 (0)