fix(baby): add missing template value

parent 96eae15f
......@@ -15,7 +15,7 @@ def main():
if "Out of stock" not in stock:
sms("%s en stock: \"%s\"\n-> %s" % (name, stock, url))
else:
print("%s pas en stock...")
print("%s pas en stock..." % name)
def sms(msg: str):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment