Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fhasheminasab committed Jul 12, 2024
1 parent 25119fb commit f52e8ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from ghasedak_sms.ghasedak import Ghasedak

# Replace 'your_api_key' with your actual API key
api_key = 'b7ee4eace78744868fc38b1b7fa90caed21717d4d7bf2c9f483d8abce6c018e1'
line = '210002100'
recipient_phone_number1 = '09120581875'
recipient_phone_number2 = '0999893290'
api_key = 'your_api_key'
line = '123xxxxxxx'
recipient_phone_number1 = '09xxxxxxxxx'
recipient_phone_number2 = '09xxxxxxxxx'

ghasedak = Ghasedak(api_key)

Expand Down

0 comments on commit f52e8ad

Please sign in to comment.