Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created May 23, 2020 04:21
Show Gist options
  • Save dasl-/ca1732367917c3f40533c86ebeecfc66 to your computer and use it in GitHub Desktop.
Save dasl-/ca1732367917c3f40533c86ebeecfc66 to your computer and use it in GitHub Desktop.
diff --git a/pifi/queue.py b/pifi/queue.py
index ffac647..bbaf241 100644
--- a/pifi/queue.py
+++ b/pifi/queue.py
@@ -85,7 +85,7 @@ class Queue:
# display_width = args.display_width, display_height = args.display_height,
# brightness = args.brightness, flip_x = args.flip_x, flip_y = args.flip_y, log_level = None,
# tick_sleep = args.tick_sleep, game_color_mode = args.game_color_mode,
- tick_sleep = 0.2, should_check_playlist = True,
+ tick_sleep = 0.2, should_check_playlist = True, flip_x = True,
)
snake = Snake(snake_settings, self.__unix_socket)
snake.newGame(playlist_video_id = playlist_item["playlist_video_id"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment