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
|
||||
|
||||
app = MCMApp()
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
# textual serve erwartet eine Klasse oder Factory-Funktion,
|
||||
# keine bereits instanziierte App.
|
||||
app = MCMApp
|
||||
|
||||
Reference in New Issue
Block a user