mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-31 17:39:37 +00:00
Min. Python version is 3.10, so this check isn't needed anymore
This commit is contained in:
5
main.py
5
main.py
@@ -18,9 +18,8 @@ if __name__ == "__main__":
|
||||
from tkinter import messagebox
|
||||
from typing import IO, NoReturn
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
import truststore
|
||||
truststore.inject_into_ssl()
|
||||
import truststore
|
||||
truststore.inject_into_ssl()
|
||||
|
||||
from translate import _
|
||||
from twitch import Twitch
|
||||
|
||||
Reference in New Issue
Block a user