Skip to content

Commit

Permalink
Update Start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
secureyourself7 authored Feb 23, 2021
1 parent d783a53 commit 3207e08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Start.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import base64
import ctypes
import hashlib
# for keyboard hooks. See docs https://github.com/boppreh/keyboard
import multiprocessing
import os
import random
Expand All @@ -18,7 +17,7 @@
from winreg import OpenKey, SetValueEx, HKEY_CURRENT_USER, KEY_ALL_ACCESS, REG_SZ

import Cryptodome.Util
import keyboard
import keyboard # for keyboard hooks. See docs https://github.com/boppreh/keyboard
import numpy as np
import psutil
import pywinauto.timings
Expand Down

0 comments on commit 3207e08

Please sign in to comment.