Skip to content
Snippets Groups Projects
Commit 99180eb7 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Removed unnecessary flag, fixed type

parent af5f8dbd
No related branches found
No related tags found
No related merge requests found
Pipeline #50167 passed
......@@ -12,8 +12,6 @@ from cooperative_cuisine.argument_parser import (
)
from cooperative_cuisine.pygame_2d_vis.video_replay import create_replay_parser
USE_STUDY_SERVER = True
def start_game_server(cli_args):
from cooperative_cuisine.game_server import main
......@@ -51,7 +49,7 @@ def start_pygame_gui(cli_args):
def start_server_and_gui(cli_args, no_gui=False):
study_sever = None
study_server = None
game_server = None
pygame_gui = None
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment