mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Fix error
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
import random
|
import random
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
change_speed = 2
|
change_speed = 2
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
|
|
||||||
=======
|
|
||||||
import pygame
|
|
||||||
>>>>>>> d49db26693cc07087bc620dcdc603290ef56557b
|
|
||||||
|
|
||||||
class DynamicBackground():
|
class DynamicBackground():
|
||||||
def __init__(self, size):
|
def __init__(self, size):
|
||||||
|
|||||||
Reference in New Issue
Block a user