Skip to content

Commit 3207e08

Browse files
Update Start.py
1 parent d783a53 commit 3207e08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Start.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import base64
44
import ctypes
55
import hashlib
6-
# for keyboard hooks. See docs https://github.com/boppreh/keyboard
76
import multiprocessing
87
import os
98
import random
@@ -18,7 +17,7 @@
1817
from winreg import OpenKey, SetValueEx, HKEY_CURRENT_USER, KEY_ALL_ACCESS, REG_SZ
1918

2019
import Cryptodome.Util
21-
import keyboard
20+
import keyboard # for keyboard hooks. See docs https://github.com/boppreh/keyboard
2221
import numpy as np
2322
import psutil
2423
import pywinauto.timings

0 commit comments

Comments
 (0)