Skip to content

Commit

Permalink
fix: clear input
Browse files Browse the repository at this point in the history
  • Loading branch information
ispirtraian committed Apr 22, 2024
1 parent 5560957 commit 503a5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/serving/serving_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def appmon_callback(self):
status=STATUS_FINISHED
)
self.__available = True
self.__input = None
return

def postgres_get_tables(self):
Expand Down

0 comments on commit 503a5a2

Please sign in to comment.