fix for pyqt6

This commit is contained in:
Talley Lambert
2021-04-26 12:19:08 -04:00
parent 4edcdf4941
commit 7d0ab56d54
4 changed files with 12 additions and 9 deletions

View File

@@ -106,8 +106,6 @@ if __name__ == "__main__":
import sys
from pathlib import Path
QtW.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)
dest = Path("screenshots")
dest.mkdir(exist_ok=True)