Update main.py

This commit is contained in:
2025-12-04 19:22:30 +00:00
parent be4b0a5340
commit 991a453887

View File

@@ -3,7 +3,7 @@ import sys
class BreweryX: class BreweryX:
def __init__(self): def __init__(self):
self.debug = 0 # 0 for debug, 1 for no debug self.debug = 1 # 0 for debug, 1 for no debug
self.recipies = { self.recipies = {
"Beers & Wines": { "Beers & Wines": {
"Wheatbeer": {"Ingredients": {"Wheat": 3}, "Cauldron": 8, "Distil": 0, "DistilTime": 0, "Age": 2, "Barrel": "Birch"}, "Wheatbeer": {"Ingredients": {"Wheat": 3}, "Cauldron": 8, "Distil": 0, "DistilTime": 0, "Age": 2, "Barrel": "Birch"},