Skip to content

Commit 213ee55

Browse files
author
Alexander Vega
committed
Error on line 33
Error resulting in missing underscore after "from" on line 33
1 parent 46dcd9e commit 213ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/smack_my_bitch_up.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
client.messages.create(
3232
to=her_number,
33-
from=my_number,
33+
from_=my_number,
3434
body="Late at work. " + random.choice(reasons)
3535
)
3636

0 commit comments

Comments
 (0)