Browse Source

I'm baka.

txlyre 3 years ago
parent
commit
2aef44dbba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      makeshot.py

+ 2 - 2
makeshot.py

@@ -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)