diff --git a/app.py b/app.py index 6db7515a..b3cf7d91 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,6 @@ class App(): def __init__(self): - self.var1 = 10 #15 + self.var1 = 15 def calculate(self): self.result = self.var1 * 4 + 2