add comment back

This commit is contained in:
Alexander Xu
2023-06-30 09:30:50 -07:00
parent eeec0501f5
commit fe81af831e
+1
View File
@@ -25,6 +25,7 @@ from urllib.request import urlopen
from time import sleep
from shutil import move, rmtree
from subprocess import STDOUT, PIPE
# noinspection PyUnresolvedReferences
from PySide6 import QtGui, QtCore, QtWidgets, QtNetwork
from xml.sax.saxutils import escape
from psutil import Popen, Process