Skip to content

Commit

Permalink
Update UserAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
rafatosta committed Nov 29, 2024
1 parent 44c5aae commit cdce2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zapzap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__whatsapp_url__ = 'https://web.whatsapp.com/'
# Link para pegar o userAgent: http://httpbin.org/user-agent
__user_agent__ = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
__user_agent__ = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"

# iniciando os paths
from PyQt6.QtCore import QFileInfo
Expand Down

0 comments on commit cdce2de

Please sign in to comment.