Skip to content

Commit

Permalink
Use E2xGraderApp instead of outdated Manager in __main__
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Mar 26, 2024
1 parent 0c9f1d5 commit ea8aaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2xgrader/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .apps.e2xgraderapp import Manager
from .apps.e2xgraderapp import E2xGraderApp

if __name__ == "__main__":
Manager()
E2xGraderApp.launch_instance()

0 comments on commit ea8aaea

Please sign in to comment.