05/23 Update new games data

This commit is contained in:
2026-05-23 17:14:23 -04:00
parent c792d9878e
commit edd2ed5660
5 changed files with 32 additions and 8 deletions
+6
View File
@@ -12,6 +12,12 @@ import threading
import tkinter as tk
from tkinter import ttk
try:
import truststore
truststore.inject_into_ssl()
except Exception:
pass # not installed or not needed on this platform
from apscheduler.schedulers.background import BackgroundScheduler
from db.database import init_db