mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2025-08-21 08:07:17 +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 random
|
||||
|
||||
@@ -79,7 +79,7 @@ except:
|
||||
with open('creds.ini', 'w') as configfile:
|
||||
config.write(configfile)
|
||||
|
||||
app = Main(username, password)
|
||||
app = Perdoliq(username, password)
|
||||
|
||||
# make auth
|
||||
app.auth()
|
||||
|
Reference in New Issue
Block a user