Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeban authored Apr 6, 2022
1 parent 8ebbb50 commit ca64cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cold-extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ If you find an error such as: "IndexError: list index out of range", that indica

Fix them and restart your Python process, by first finding and killing your python process and then starting Niffler as before.
```
$ ps -xa | grep python
$ sudo ps -xa | grep python
1866 ? Ss 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
Expand All @@ -219,7 +219,7 @@ $ ps -xa | grep python
3384 pts/0 S+ 0:00 grep --color=auto python
$ kill 2926
$ sudo kill 2926
```
You might need to run the above command with sudo to find others' Niffler processes.

Expand Down

0 comments on commit ca64cc0

Please sign in to comment.