Fix bottles import if no thumbnail - fixes #113
This commit is contained in:
@@ -94,6 +94,7 @@ def bottles_importer():
|
||||
except (FileNotFoundError, KeyError):
|
||||
bottles_location = bottles_dir / "bottles"
|
||||
|
||||
if game["thumbnail"]:
|
||||
grid_path = (
|
||||
bottles_location
|
||||
/ game["bottle"]["path"]
|
||||
|
||||
Reference in New Issue
Block a user