We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df71a7 commit 1a55720Copy full SHA for 1a55720
main.py
@@ -18,7 +18,7 @@ def main(tryall=True):
18
19
for i in gun_detection.run_detection(cameras):
20
#print(f'{i}')
21
- #print(type(i))
+ print(type(i))
22
if type(i) == dict:
23
if 1 in list(i.values()):
24
for key, value in i.items():
0 commit comments