Skip to content

Commit

Permalink
Update user agent string
Browse files Browse the repository at this point in the history
  • Loading branch information
cvb941 committed Aug 20, 2023
1 parent a51757e commit da25824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magiogo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from client import *
import datetime

UA = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'
UA = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'


class MagioGoException(Exception):
Expand Down

0 comments on commit da25824

Please sign in to comment.