From 991a453887c7d086b2243f05185e9f6489c5ed69 Mon Sep 17 00:00:00 2001 From: Fast-Blast Date: Thu, 4 Dec 2025 19:22:30 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},