Removed a line to print all the dict
This commit is contained in:
parent
046c3d92da
commit
e2d0643db1
7
fetch.py
7
fetch.py
@ -46,8 +46,7 @@ if __name__ == '__main__':
|
||||
# Print the dict (keep this code in the end of the file)
|
||||
print("===== Dict =====")
|
||||
for index, area in enumerate(diclist):
|
||||
if index == 129:
|
||||
print(f"\n-------------{index}----------------\n")
|
||||
for element in area:
|
||||
print(f" {element}: {diclist[index][element]}")
|
||||
print(f"\n-------------{index}----------------\n")
|
||||
for element in area:
|
||||
print(f" {element}: {diclist[index][element]}")
|
||||
print("\n")
|
Loading…
Reference in New Issue
Block a user