lovely typo
This commit is contained in:
parent
031b5890fc
commit
c3d59db82c
2
bink.py
2
bink.py
@ -56,7 +56,7 @@ elif argv[-1] == "dump":
|
|||||||
with open("/dev/stdout", "w") as f:
|
with open("/dev/stdout", "w") as f:
|
||||||
json.dump(generate_feed(), f)
|
json.dump(generate_feed(), f)
|
||||||
exit()
|
exit()
|
||||||
elif argv[-1] == "dump":
|
elif argv[-1] == "pipe":
|
||||||
try:
|
try:
|
||||||
with open("/dev/stdin", "r", encoding="UTF-8") as f:
|
with open("/dev/stdin", "r", encoding="UTF-8") as f:
|
||||||
body = f.read().strip()
|
body = f.read().strip()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user