This commit is contained in:
VanillaHellen 2021-01-25 17:33:58 +01:00
parent b94304aa6e
commit 418548cf65

View File

@ -6,7 +6,7 @@ from datetime import datetime
import time
from PyQt5 import QtCore
from PyQt5.QtWidgets import *
from PyQt5.QtGui import QIcon, QPixmap
from PyQt5.QtGui import QIcon, QPixmap, QMovie
from PyQt5.QtCore import *
scriptPath = os.path.dirname(os.path.realpath(__file__))