Rename Main class to Perdoliq

This commit is contained in:
AB
2018-05-11 18:45:45 +03:00
parent 5b04a2c440
commit 380cea4589
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import time
logging.basicConfig(level=logging.INFO)
class Main:
class Perdoliq:
def __init__(self, username, password):
self.password = password
self.username = username