Skip to content

Commit 917c0e2

Browse files
committed
Improve sms-free
Improve sms-free Signed-off-by: Bensuperpc <[email protected]>
1 parent a20cc8e commit 917c0e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internet/sms-free.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
if len(sys.argv) <= 3:
2727
print('Need more arguments: <user> <API key> <Message (in quotes)>')
2828
print('ex: sms-free 01234567 aBcDE012345fgH "Hello world!"')
29+
print('More info(Need to be connected): https://mobile.free.fr/account/mes-options/notifications-sms')
2930
sys.exit(1)
3031

3132
user = sys.argv[1]

0 commit comments

Comments
 (0)