Skip to content

Commit

Permalink
Do not check for database param in setlist code (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here authored Jun 14, 2023
1 parent 3e5f683 commit eaee74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nowplaying/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def setupsql(self):
def create_setlist(config=None, databasefile=None):
''' create the setlist '''

if not config or not databasefile:
if not config:
logging.debug("config=%s / databasefile=%s", config is None, databasefile)
return

Expand Down

0 comments on commit eaee74a

Please sign in to comment.