Skip to content

Commit 2c40ffd

Browse files
committed
Merge pull request NARKOZ#101 from topless/patch-1
Indentation fix
2 parents 5422e24 + 7f9d6b1 commit 2c40ffd

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
@@ -17,7 +17,7 @@
1717
TWILIO_AUTH_TOKEN = os.environ.get('TWILIO_AUTH_TOKEN')
1818

1919
# Phone numbers
20-
my_number = '+xxx'
20+
my_number = '+xxx'
2121
her_number = '+xxx'
2222

2323
reasons = [

0 commit comments

Comments
 (0)