diff --git a/launcher.py b/launcher.py index bc399f8..2f69911 100644 --- a/launcher.py +++ b/launcher.py @@ -13,7 +13,6 @@ def run_main(n): def launch(list): for result in list: print("Game " + result[0] + " had a score of: " + str(result[1])) - input("Press Enter to exit") if __name__ == '__main__':