diff --git a/main.py b/main.py index 0acb887..b3d8868 100644 --- a/main.py +++ b/main.py @@ -38,7 +38,7 @@ def main(): #remove this and it should just run? for the most part at least I think count_of_dir += 1 #this is what needs to be commented out - if count_of_dir > 2: + if count_of_dir > 4: break print(largest_object.keys()) print(len(largest_object.keys()))