forked from Wobbl/Wobuzz
Fixed import that won't work if the script isn't executed by pycharm.
This commit is contained in:
parent
4918d70d53
commit
3dfb07ab14
3 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
import os
|
||||
|
||||
from PyQt6.QtCore import QTimer
|
||||
import pygame.mixer
|
||||
import pygame.event
|
||||
from .track import Track
|
||||
|
@ -23,7 +22,7 @@ class Player:
|
|||
self.searched = False
|
||||
|
||||
if not file_paths:
|
||||
pass
|
||||
self.current_playlist = []
|
||||
# loading of last opened files will be implemented in the future
|
||||
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue