aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkaminokumo2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaminokumo b/kaminokumo
index 94364b7..9328720 100755
--- a/kaminokumo
+++ b/kaminokumo
@@ -83,7 +83,7 @@ def manga_scrape():
re_res.append(re.findall("Chapter [0-9]*[\.[0-9]*]?", thing.text))
# print(name, "-->", re_res[0][0])
result += name + "-->" + re_res[0][0] + "\n"
- print(result)
+ print(result, end="")
def vocalize(sound):