Skip to content

Commit

Permalink
Change user agent to avoid blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Jul 11, 2020
1 parent 3b81be5 commit 471037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_headers():
headers for urllib request
"""

user_agent = 'Deviot/%s (Sublime-Text/%s)' % (__version__, version())
user_agent = 'Deviot-IDE/%s (Sublime-Text/%s)' % (__version__, version())
headers = {'User-Agent': user_agent}
return headers

Expand Down

0 comments on commit 471037f

Please sign in to comment.