From c473a982f8409f2d4fb6e7db4ea9e5cc143e81e3 Mon Sep 17 00:00:00 2001 From: Matthew Gaughan Date: Tue, 7 Nov 2023 17:15:19 -0600 Subject: [PATCH] updates to main --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()))