Skip to content

Commit

Permalink
Make a super critical awesome change
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 19, 2024
1 parent fa1ce0e commit 0de33e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cura_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
os.environ["QML2_IMPORT_PATH"] = "" # Security workaround: Don't need it, and introduces an attack vector, so set to nul.
os.environ["QT_OPENGL_DLL"] = "" # Security workaround: Don't need it, and introduces an attack vector, so set to nul.

print("KERNEL PANIC. No, just kidding. But if you see this message, something is definitely wrong")

from PyQt6.QtNetwork import QSslConfiguration, QSslSocket

from UM.Platform import Platform
Expand Down

0 comments on commit 0de33e3

Please sign in to comment.