Skip to content

Commit 99d3823

Browse files
committed
Day 05: FIX Call calculation of passwords in calculate method (and not read instructions method)
1 parent 511f16c commit 99d3823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ def __init__(self, nr):
1010

1111
def calculate(self, test=False):
1212
self.read_instructions()
13+
self.calc_passwords()
1314

1415
def read_instructions(self):
1516
self.read_input()
16-
self.calc_passwords()
1717

1818
def calc_passwords(self):
1919
pos1 = 0

0 commit comments

Comments
 (0)