Removed additional comments in pyinstaller module

websockets-multiuser
xorrior 2017-10-24 10:04:33 -04:00
parent 9093b3df9e
commit 2e5d8055b2
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,8 @@ import os
Install steps...
- install pyInstaller
-- try: apt-get -y install python-pip && pip install pyinstaller
-- try:
- copy into stagers directory
-- ./Empire/lib/stagers/
@ -113,8 +114,7 @@ class Stager:
self.conn = self.mainMenu.conn
# pull out the code install path from the database config
cur = self.conn.cursor()
#cur.execute("SELECT install_path FROM config")
#installPath_Str = cur.fetchone()[0]
cur.close()