Skip to content

Commit

Permalink
del way
Browse files Browse the repository at this point in the history
  • Loading branch information
korolr committed Jan 16, 2017
1 parent d743b5d commit 01e805a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed browser_drivers/IEDriverServer.exe
Binary file not shown.
Binary file removed browser_drivers/chromedriver.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class Handler:

def __init__(self, ):
def __init__(self):
self.workDir = os.path.abspath(os.curdir)
self.threads = []
self.browsers = []
Expand All @@ -40,7 +40,7 @@ def __init__(self, ):
self.timeout = 1
self.randomCredentials = False
self.randomGeneratorParameter = [100, 8, 1, 1, 1, 0, 0, 0]
self.fd = open('/home/korolr/Desktop/python/gui_test/result.txt', 'r')
self.fd = open('result.txt', 'r')
self.xPathFailAuth = builder.get_object("Text").get_buffer().set_text(self.fd.read())
self.file_ch = builder.get_object("file_ch")
self.file_ch_id1 = builder.get_object("file_ch1")
Expand Down Expand Up @@ -558,7 +558,7 @@ def Bruter(self, instance=0, opTimeout=3, loginField="", passwordField="", accep
return 0

builder = Gtk.Builder()
builder.add_from_file("/home/korolr/Desktop/python/gui_test/gui.glade")
builder.add_from_file("gui.glade")
builder.connect_signals(Handler())

window = builder.get_object("window1")
Expand Down

0 comments on commit 01e805a

Please sign in to comment.