diff --git a/src/main.py b/src/main.py index fb932a6..5035108 100644 --- a/src/main.py +++ b/src/main.py @@ -26,6 +26,9 @@ def update_database_and_pinecone(): updater.show_stats() +def main(): + update_database_and_pinecone() + + if __name__ == "__main__": - print("\n"*10) - update_database_and_pinecone() \ No newline at end of file + main() \ No newline at end of file