aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-08-08 13:20:15 +0000
committerbloodstalker <thabogre@gmail.com>2020-08-08 13:20:15 +0000
commit2775b6818b012b2e2e09cabb752ec598cddf2b43 (patch)
tree1d6e63d776ee470cae69b4301144f560a1188ecd
parentnow outputs everything at the end if there are no problems. modified to be us... (diff)
downloadkaminokumo-2775b6818b012b2e2e09cabb752ec598cddf2b43.tar.gz
kaminokumo-2775b6818b012b2e2e09cabb752ec598cddf2b43.zip
printing with defualt end added and extra option
-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):