Skip to content

Commit

Permalink
Merge pull request #14 from captaincolonelfox/dev
Browse files Browse the repository at this point in the history
Release 2.0.2
  • Loading branch information
captaincolonelfox authored May 1, 2021
2 parents e74240a + 971fbd9 commit 094e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/api/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def headers(self) -> dict[str, Any]:
@property
def cookies(self) -> dict[str, Any]:
return {
'tt_webid_v2': str(uuid.uuid4())
'tt_webid_v2': '1234567890123456789'
}

@property
Expand Down

0 comments on commit 094e52d

Please sign in to comment.