Makefile, some fixes

This commit is contained in:
Soxoj
2021-06-06 17:32:04 +03:00
parent eba0c4531c
commit eb721dc7e3
6 changed files with 48 additions and 25 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
import asyncio
import logging
from mock import Mock
try:
from mock import Mock
except ImportError:
from unittest.mock import Mock
import re
import ssl
import sys
+7 -4
View File
@@ -7883,11 +7883,14 @@
],
"checkType": "message",
"absenceStrs": [
"@context\": \"https://schema.org"
"https://likee.video/@/"
],
"alexaRank": 1072749,
"urlMain": "https://likee.com",
"url": "https://likee.com/user/@{username}/",
"presenseStrs": [
"user_name"
],
"alexaRank": 38032,
"url": "https://likee.video/@{username}",
"urlMain": "https://likee.video",
"usernameClaimed": "adam",
"usernameUnclaimed": "noonewouldeverusethis7"
},