Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Oct 26, 2023
1 parent 3c6c58d commit b277f9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions A2rchi/interfaces/chat_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ def __call__(self, history: Optional[List[Tuple[str, str]]], discussion_id: Opti
class FlaskAppWrapper(object):

def __init__(self, app, **configs):
# sleep for 5 minutes
print("SLEEPING")
time.sleep(300)

print(" INFO - entering FlaskAppWrapper")
self.app = app
self.configs(**configs)
Expand Down

0 comments on commit b277f9f

Please sign in to comment.