end of file newlines
This commit is contained in:
parent
be636dde50
commit
58926b5549
2 changed files with 2 additions and 2 deletions
|
|
@ -144,4 +144,4 @@ class Peripherals:
|
|||
|
||||
@property
|
||||
def audio(self):
|
||||
return self._audio
|
||||
return self._audio
|
||||
|
|
|
|||
|
|
@ -43,4 +43,4 @@ while True:
|
|||
audio_finished = True
|
||||
print("Audio playback complete")
|
||||
|
||||
time.sleep(0.01)
|
||||
time.sleep(0.01)
|
||||
|
|
|
|||
Loading…
Reference in a new issue