Skip to content

Commit

Permalink
fix frameid to frame_id
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jul 5, 2019
1 parent f828f39 commit 99a1369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def append_suffix(filename, token):
frame_type = 'snapshot'
else:
prefix = '[x] '
frame_type = g.config['frameid']
frame_type = g.config['frame_id']


if g.config['write_debug_image'] == 'yes':
Expand Down

0 comments on commit 99a1369

Please sign in to comment.