05/23 Update new games data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user