diff --git a/main.py b/main.py index 35d5365..b014816 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,7 @@ import sys class BreweryX: 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 = { "Beers & Wines": { "Wheatbeer": {"Ingredients": {"Wheat": 3}, "Cauldron": 8, "Distil": 0, "DistilTime": 0, "Age": 2, "Barrel": "Birch"},