“push”

This commit is contained in:
p02945817 2022-06-13 20:46:05 +08:00
parent 053f0b48f1
commit 23630001f6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from PyQt5.QtWidgets import *
from PyQt5.QtCore import *
from PyQt5.QtGui import QPixmap
import threading, time, subprocess
import threading, subprocess
class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
def __init__(self):