Spaces:
Running
Running
from src.scripts.update_all_request_files import update_dynamic_files | |
if __name__ == "__main__": | |
print("Updating dynamic files") | |
# Pretty sure this will never be called | |
update_dynamic_files() | |