Switch back main

This commit is contained in:
VirtuBox
2019-10-29 15:24:28 +01:00
parent 290e9edeb9
commit c18975cca0

View File

@@ -121,7 +121,7 @@ def main():
def get_test_app(**kw): def get_test_app(**kw):
with WOApp(**kw) as app: app = WOApp(**kw)
return app return app