Skip to content

Commit 1a55720

Browse files
authored
Update main.py
1 parent 0df71a7 commit 1a55720

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)