|
@@ -24,8 +24,8 @@ username = data['username']
|
|
|
username_color = data['username_color']
|
|
|
text = data['text']
|
|
|
|
|
|
-username = shorten(username, width=15, replace_whitespace=False)
|
|
|
-text = fill(text, width=30)
|
|
|
+username = shorten(username, width=15)
|
|
|
+text = fill(text, width=30, replace_whitespace=False)
|
|
|
|
|
|
username = demojize(username)
|
|
|
text = demojize(text)
|