Handler
Collector
stop_key
None
"not taken"
name_shot
else
if
create_raw_reports
stamp()
time.time()
Metadata Update from @lruzicka: - Issue assigned to lruzicka
event_handler.py Handler should only be called by the Collector.
event_handler.py
Handler should only be called by the Collector.
Fixed.
Fix the behaviour of the stop_key to work if set on CLI.
The stop_key now works correctly. It also works as a start_key so the script will not record any events until the recording is switched on using the key. It will stop when pressing it for the second time.
start_key
Use None instead of "not taken" for non-existent screenshot variables
Shorten name_shot method to a one-liner.
Use else instead of a new if statement on line 148.
Fixed
Fix the indentation on line 241 to make it more readable.
Remove the stamp() method and use time.time() where needed.
The rest is coming.
The create_raw_report has been purged. -> FIXED
create_raw_report
I believe, the event_handler.py has everything, the feedback asked for.
Metadata Update from @lruzicka: - Issue status updated to: Closed (was: Open)
In commit: 4024d3d
Log in to comment on this ticket.