Hana Celeste commited on
Update app/aternos_api.py
Browse files- app/aternos_api.py +4 -5
app/aternos_api.py
CHANGED
|
@@ -5,12 +5,11 @@ from playwright_stealth import stealth_async
|
|
| 5 |
class AternosAPI:
|
| 6 |
def __init__(self):
|
| 7 |
self.playwright = None
|
| 8 |
-
# Chỉ cần 1 con xoay này là đủ, không cần list lằng nhằng
|
| 9 |
self.proxy_config = {
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
|
| 15 |
async def start(self):
|
| 16 |
if not self.playwright:
|
|
|
|
| 5 |
class AternosAPI:
|
| 6 |
def __init__(self):
|
| 7 |
self.playwright = None
|
|
|
|
| 8 |
self.proxy_config = {
|
| 9 |
+
"server": "http://p.webshare.io:80",
|
| 10 |
+
"username": "szusjfnw-rotate",
|
| 11 |
+
"password": "mftzj9sljp5t"
|
| 12 |
+
}
|
| 13 |
|
| 14 |
async def start(self):
|
| 15 |
if not self.playwright:
|