Compare commits
No commits in common. "674dc019a9441af4dd3dbff273a553918c3d785b" and "7c39b542152bb90640b98bcb5ca3d2431eec26ec" have entirely different histories.
674dc019a9
...
7c39b54215
@ -6,7 +6,7 @@ import re
|
||||
|
||||
SEARCH_DB_NAME = 'search.db'
|
||||
ACCESS_LOG_DB_NAME = 'access_log.db'
|
||||
FOLDER_CONFIG = 'folder_secret_config.json'
|
||||
FOLDER_CONFIG = 'folder_permission_config.json'
|
||||
|
||||
# Connect to the search database.
|
||||
search_db = sqlite3.connect(SEARCH_DB_NAME, check_same_thread=False)
|
||||
@ -247,6 +247,7 @@ def convert_dates(search_db,
|
||||
continue
|
||||
|
||||
search_db.commit()
|
||||
search_db.close()
|
||||
print(f"Converted {converted_count} rows to ISO format.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user