Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit cb5e7fe

Browse files
committed
README 수정
1 parent 0f3eded commit cb5e7fe

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ BSD License
2020

2121
### Send Message
2222
```python
23-
from sdk.api.message import Message
24-
from sdk.exceptions import CoolsmsException
23+
from sdk.api.message import Message
24+
from sdk.exceptions import CoolsmsException
2525

26-
# set api key, api secret
26+
# set api key, api secret
2727
api_key = "#ENTER_YOUR_OWN#"
2828
api_secret = "#ENTER_YOUR_OWN#"
2929

@@ -34,7 +34,7 @@ BSD License
3434
params['from'] = '01000000000' # Sender number
3535
params['text'] = 'Test Message' # Message
3636

37-
cool = Message(api_key, api_secret)
37+
cool = Message(api_key, api_secret)
3838
try:
3939
response = cool.send(params)
4040
print("Success Count : %s" % response['success_count'])
@@ -51,10 +51,10 @@ BSD License
5151

5252
### Message History
5353
```python
54-
from sdk.api.message import Message
55-
from sdk.exceptions import CoolsmsException
54+
from sdk.api.message import Message
55+
from sdk.exceptions import CoolsmsException
5656

57-
# set api key, api secret
57+
# set api key, api secret
5858
api_key = "#ENTER_YOUR_OWN#"
5959
api_secret = "#ENTER_YOUR_OWN#"
6060

0 commit comments

Comments
 (0)