Skip to content

Commit

Permalink
it was four in the morning what was you expecting from me
Browse files Browse the repository at this point in the history
  • Loading branch information
LIL-JABA committed Jan 23, 2024
1 parent eda7c17 commit 9d0e938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self) -> None:
).execute()

def main(self) -> None:
authenticate = auth.auth()
authenticate = auth.Auth()
while True:
logpass = input('account (login:password) or "E" to exit >>>')
if logpass == 'E':
Expand Down Expand Up @@ -240,7 +240,7 @@ def checker(self, username, password):
proxy = sys.getproxy(self.proxylist)
acc = f'{username}:{password}'
space = " "
authenticate = auth.auth()
authenticate = auth.Auth()
while True:
try:
account = authenticate.auth(
Expand Down
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class program():
def __init__(self) -> None:
self.count = 0
self.checked = 0
self.version = '3.15.4'
self.version = '3.15.4.1'
self.riotlimitinarow = 0
path = os.getcwd()
self.parentpath = os.path.abspath(os.path.join(path, os.pardir))
Expand Down Expand Up @@ -224,7 +224,7 @@ def main(self):
def CheckIfFirstStart(self) -> None:
with open("system/xd.txt", 'r+') as r:
if r.read() == '0':
result = win32api.MessageBox(None,
win32api.MessageBox(None,
"""Hello! Looks like it's your first start of ValChecker.
Although you can find the FAQ and the full guide in my discord, I will specify some things here.
Expand Down

0 comments on commit 9d0e938

Please sign in to comment.