Skip to content

Commit b319068

Browse files
authored
Merge pull request #32 from abhiramasonny/MarchEgg-patch-1
Update main.py
2 parents 0df71a7 + 1a55720 commit b319068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main(tryall=True):
1818

1919
for i in gun_detection.run_detection(cameras):
2020
#print(f'{i}')
21-
#print(type(i))
21+
print(type(i))
2222
if type(i) == dict:
2323
if 1 in list(i.values()):
2424
for key, value in i.items():

0 commit comments

Comments
 (0)