Skip to content

Commit b497cee

Browse files
committed
deleted service working only with russian phones
1 parent a8e9cfb commit b497cee

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

service.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def __replace_data(self):
2626
for old, new in {
2727
"'": '"',
2828
"%phone%": self.phone,
29-
"%phone9%": self.phone[1::],
3029
"%name%": randomData.randomName(),
3130
"%email%": randomData.randomEmail(),
3231
"%password%": randomData.randomPass(),

services.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,6 @@
563563
{
564564
"url": "https://api-prime.anytime.global/api/v2/auth/sendVerificationCode",
565565
"data": "{'phone': '%phone%'}"
566-
},
567-
{
568-
"url": "https://moscow.rutaxi.ru/ajax_keycode.html",
569-
"data": "{'l': '%phone9%'}"
570-
}
566+
}
571567
]
572568
}

0 commit comments

Comments
 (0)