attack_data icon indicating copy to clipboard operation
attack_data copied to clipboard

replay.py Incorrect variable reference in exchange timestamp

Open yogisec opened this issue 2 years ago • 0 comments

I came across a mis-named variable (s/path/file_path/g) on line 48 of replay.py when troubleshooting some unrelated local issues I was having. The variable path is not defined anywhere and looking at surrounding code it appears to just be a typo.

This MR also adds some really minor lint type fixes. I tried to keep those to a minimum.

I was unable to test this change, I don't actually have any exchange data. Just happened across this.

yogisec avatar Jan 28 '23 16:01 yogisec