Skip to content

Commit

Permalink
feat(google): runway
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Aug 30, 2024
1 parent f253a4d commit 279e9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/runway/child.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export class Child extends ComChild<Account> {
await this.saveToken();
await this.saveTeamID();
await this.saveUA();
await sleep(60 * 60 * 1000);
await page.browser().close();
} else if (!this.info.token || !this.info.ua || !this.info.proxy) {
page = await CreateNewPage(
Expand Down

0 comments on commit 279e9de

Please sign in to comment.