mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Use the PrintApplication's getInstance method to instantiate the printer application
This commit is contained in:
parent
4572c7a9b7
commit
6019a0f215
1 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
from PrinterApplication import PrinterApplication
|
from PrinterApplication import PrinterApplication
|
||||||
|
|
||||||
app = PrinterApplication()
|
app = PrinterApplication.getInstance()
|
||||||
app.run()
|
app.run()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue