mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 16:53:49 +08:00
bug fixes
This commit is contained in:
parent
cf52eba391
commit
50dad8391f
@ -209,8 +209,8 @@ def filter_playlist(
|
|||||||
except MapNotFoundError:
|
except MapNotFoundError:
|
||||||
logging.warning(
|
logging.warning(
|
||||||
'Map \'%s\' not found while scanning playlist \'%s\'.',
|
'Map \'%s\' not found while scanning playlist \'%s\'.',
|
||||||
name,
|
|
||||||
entry['settings']['map'],
|
entry['settings']['map'],
|
||||||
|
name,
|
||||||
)
|
)
|
||||||
except ImportError as exc:
|
except ImportError as exc:
|
||||||
logging.warning(
|
logging.warning(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user