Made fetchThreadInfo able to fetch own user's info

This commit is contained in:
Mads Marquart
2017-06-29 19:53:29 +02:00
parent 0d5e4f6d3f
commit 3638fc5356
2 changed files with 6 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ from .client import *
__copyright__ = 'Copyright 2015 - {} by Taehoon Kim'.format(datetime.now().year)
__version__ = '1.0.10'
__version__ = '1.0.11'
__license__ = 'BSD'
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
__email__ = 'carpedm20@gmail.com'