zhou12189108 commited on
Commit
c416bcb
·
verified ·
1 Parent(s): 5d1aa80

Update hsw_api.py

Browse files
Files changed (1) hide show
  1. hsw_api.py +2 -2
hsw_api.py CHANGED
@@ -74,7 +74,7 @@ class HSW:
74
 
75
  def run(self):
76
  inst.instance = self
77
- self.page.goto("https://discord.com/")
78
  self.page.wait_for_load_state('domcontentloaded')
79
  self.inject_hsw()
80
 
@@ -82,7 +82,7 @@ class HSW:
82
  self.playwright = sync_playwright().start()
83
  self.browser = self.playwright.chromium.launch()
84
  self.page = self.browser.new_page()
85
- self.page.route("https://discord.com/", lambda r: r.fulfill(status=200, content_type="text/html",))
86
  self.run()
87
  self.process_queue()
88
 
 
74
 
75
  def run(self):
76
  inst.instance = self
77
+ self.page.goto("https://free.vps.vc/")
78
  self.page.wait_for_load_state('domcontentloaded')
79
  self.inject_hsw()
80
 
 
82
  self.playwright = sync_playwright().start()
83
  self.browser = self.playwright.chromium.launch()
84
  self.page = self.browser.new_page()
85
+ self.page.route("https://free.vps.vc/", lambda r: r.fulfill(status=200, content_type="text/html",))
86
  self.run()
87
  self.process_queue()
88