Skip to content

Commit

Permalink
Update ghost.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored Dec 2, 2020
1 parent dfade59 commit bac6b26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/ghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@
from core.transfer import transfer

class ghost:
def __init__(self, rhost, rport):
def __init__(self):
self.badges = badges()
self.transfer = transfer(self)

self.remote_host = rhost
self.remote_port = rport

def send_command(self, command, arguments="", multi_output=False, output=True):
if multi_output:
os.system("adb " + command + " " + arguments)
Expand Down

0 comments on commit bac6b26

Please sign in to comment.