Skip to content

Commit

Permalink
Merge 628b9f7 into ea7c5e7
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Apr 23, 2018
2 parents ea7c5e7 + 628b9f7 commit 6d7325a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atwiki/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AtWikiAPI(object):

def __init__(self, uri, **kwargs):
self._uri = uri
self._user_agent = kwargs.get('user_agent', 'Mozilla/5.0')
self._user_agent = kwargs.get('user_agent', 'Mozilla/5.0 (AtWikiPython)')
self._sleep = kwargs.get('sleep', 1)

def get_list(self, tag=None):
Expand Down

0 comments on commit 6d7325a

Please sign in to comment.