fix: tui_standalone.py gibt Klasse statt Instanz zurück (textual serve erwartet Factory)
This commit is contained in:
@@ -15,7 +15,6 @@ Verwendung:
|
|||||||
|
|
||||||
from tui.app import MCMApp
|
from tui.app import MCMApp
|
||||||
|
|
||||||
app = MCMApp()
|
# textual serve erwartet eine Klasse oder Factory-Funktion,
|
||||||
|
# keine bereits instanziierte App.
|
||||||
if __name__ == "__main__":
|
app = MCMApp
|
||||||
app.run()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user