# built documents.
#
# The short X.Y version.
-version = '1.1.3'
+version = '1.1.4'
# The full version, including alpha/beta/rc tags.
-release = '1.1.3'
+release = '1.1.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# Kill old thread
g['stream_stop'] = True
args.track_keywords = keyword
- # Set prefix to origin name with public
- g['PREFIX'] = '@' + g['original_name'] + '/public'
+ # Reset prefix
+ g['PREFIX'] = u2str(emojize(c['PREFIX']))
# Start new thread
th = threading.Thread(
target=stream,
elif target == 'mine':
# Kill old thread
g['stream_stop'] = True
- # Set prefix to origin name
- g['PREFIX'] = '@' + g['original_name']
+ # Reset prefix
+ g['PREFIX'] = u2str(emojize(c['PREFIX']))
# Start new thread
th = threading.Thread(
target=stream,