Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yohaneowo committed Aug 10, 2023
1 parent 17987bb commit 166f6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ async def scrape_video_data(url) :
ASCII_art_1 = pyfiglet.figlet_format(T)
print(pyfiglet.__file__)
print(ASCII_art_1)
uvicorn.run('main:app', host='0.0.0.0', port=4488, reload=True, workers=8)
uvicorn.run('main:app', host='127.0.0.1', port=4488, reload=True, workers=8)


0 comments on commit 166f6d8

Please sign in to comment.