Skip to content

Commit

Permalink
Merge pull request #182 from DigiKlausur/fix_activate_mode
Browse files Browse the repository at this point in the history
Use E2xGraderApp instead of outdated Manager in __main__
  • Loading branch information
tmetzl authored Mar 26, 2024
2 parents 0c9f1d5 + ea8aaea commit bcce681
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 bcce681

Please sign in to comment.