Skip to content

Commit

Permalink
Merge pull request #64 from civier/civier-patch-2
Browse files Browse the repository at this point in the history
Update sovarpc.py
  • Loading branch information
civier authored Jul 26, 2024
2 parents d91309b + 19edcd2 commit d9e6684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sovabids/sovarpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def get_files(

def main(entry='sovarpc:app',port=5000,debug=False):
import uvicorn
uvicorn.run(entry, port=port, debug=debug, access_log=False)
uvicorn.run(entry, port=port, access_log=False)

if __name__ == '__main__':
main(port=5100)
main(port=5100)

0 comments on commit d9e6684

Please sign in to comment.