Skip to content

Commit

Permalink
fix: start verification flask service
Browse files Browse the repository at this point in the history
  • Loading branch information
wesjdj authored Jul 25, 2024
2 parents 87e9bbd + 98fcdbb commit 485924a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification_service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def process_events(


def main():
#Thread(target=app.run, kwargs={"port": 8001}).start()
Thread(target=app.run, kwargs={"port": 8001}, daemon=True).start()

try:
process_events(
Expand Down

0 comments on commit 485924a

Please sign in to comment.