Update main.py

This commit is contained in:
Red-exe-Engineer 2022-03-11 19:10:07 -06:00 committed by GitHub
parent a01735a246
commit 3c4b44ae5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ from PyQt5.QtWebKitWidgets import *
import qdarktheme
dark_stylesheet =qdarktheme.load_stylesheet()
dark_stylesheet = qdarktheme.load_stylesheet()
USER = os.getenv("USER")