We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea7c5e7 + 628b9f7 commit 7276066Copy full SHA for 7276066
1 file changed
atwiki/core.py
@@ -24,7 +24,7 @@ class AtWikiAPI(object):
24
25
def __init__(self, uri, **kwargs):
26
self._uri = uri
27
- self._user_agent = kwargs.get('user_agent', 'Mozilla/5.0')
+ self._user_agent = kwargs.get('user_agent', 'Mozilla/5.0 (AtWikiPython)')
28
self._sleep = kwargs.get('sleep', 1)
29
30
def get_list(self, tag=None):
0 commit comments