mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2025-08-21 16:17:15 +00:00
Rename Main class to Perdoliq
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from main import Main
|
from main import Perdoliq
|
||||||
import configparser
|
import configparser
|
||||||
import random
|
import random
|
||||||
|
|
||||||
@@ -79,7 +79,7 @@ except:
|
|||||||
with open('creds.ini', 'w') as configfile:
|
with open('creds.ini', 'w') as configfile:
|
||||||
config.write(configfile)
|
config.write(configfile)
|
||||||
|
|
||||||
app = Main(username, password)
|
app = Perdoliq(username, password)
|
||||||
|
|
||||||
# make auth
|
# make auth
|
||||||
app.auth()
|
app.auth()
|
||||||
|
2
main.py
2
main.py
@@ -9,7 +9,7 @@ import time
|
|||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
class Main:
|
class Perdoliq:
|
||||||
def __init__(self, username, password):
|
def __init__(self, username, password):
|
||||||
self.password = password
|
self.password = password
|
||||||
self.username = username
|
self.username = username
|
||||||
|
Reference in New Issue
Block a user