Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeerv authored and obiwac committed Aug 12, 2024
1 parent 78ed55f commit cf6b874
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions community/src/music.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import pyglet.media


class MusicPlayer(pyglet.media.Player):
def __init__(self):
super().__init__()
self.standby = False
self.next_time = 0
def __init__(self):
super().__init__()

self.standby = False
self.next_time = 0

0 comments on commit cf6b874

Please sign in to comment.