Hana Celeste commited on
Commit
2cd457a
·
verified ·
1 Parent(s): 2e58ab2

Update app/aternos_api.py

Browse files
Files changed (1) hide show
  1. 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
- "server": "socks5://p.webshare.io:80",
11
- "username": "szusjfnw-rotate",
12
- "password": "mftzj9sljp5t"
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: