upd few things
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
VERSION = (1, 2, 1) # PEP 386
|
||||
VERSION = (1, 2, 2) # PEP 386
|
||||
__version__ = ".".join([str(x) for x in VERSION])
|
||||
|
||||
@@ -33,8 +33,8 @@ class Wallabag(object):
|
||||
client_id='',
|
||||
client_secret='',
|
||||
extension='json',
|
||||
user_agent="WallabagPython/1.3 "
|
||||
"+https://github.com/foxmask/wallabag-api",
|
||||
user_agent="WallabagPython/1.2.2 "
|
||||
" +https://github.com/push-things/wallabag-api",
|
||||
aio_sess=None):
|
||||
"""
|
||||
init variable
|
||||
|
||||
@@ -109,5 +109,6 @@ class TestWallabag(unittest.TestCase):
|
||||
self.assertTrue(resp, True)
|
||||
"""
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user