updates to main

This commit is contained in:
Matthew Gaughan 2023-11-07 17:15:19 -06:00
parent 842fde48bd
commit c473a982f8

View File

@ -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()))