👑️
Size: a a a
👑️
👑️
👑️
РК
РК
{
"telegrambot": "",
"adminchatid": [],
"structure": [
{
"host": [
"relife.pro"
],
"username": "bot",
"private_key": [
"../bot.key"
]
}
]
}
R3
{
"telegrambot": "",
"adminchatid": [],
"structure": [
{
"host": [
"relife.pro"
],
"username": "bot",
"private_key": [
"../bot.key"
]
}
]
}
SB
M
{
"telegrambot": "",
"adminchatid": [],
"structure": [
{
"host": [
"relife.pro"
],
"username": "bot",
"private_key": [
"../bot.key"
]
}
]
}
python3
print(type(
{
"telegrambot": "",
"adminchatid": [],
"structure": [
{
"host": [
"relife.pro"
],
"username": "bot",
"private_key": [
"../bot.key"
]
}
]
}
))
<class 'dict'>
РК
РК
python3
print(type(
{
"telegrambot": "",
"adminchatid": [],
"structure": [
{
"host": [
"relife.pro"
],
"username": "bot",
"private_key": [
"../bot.key"
]
}
]
}
))
<class 'dict'>
K
IK
{
"telegrambot": "",
"adminchatid": [],
"structure": [
{
"host": [
"relife.pro"
],
"username": "bot",
"private_key": [
"../bot.key"
]
}
]
}
S
РК
path_to_js = "db/db_keys.json"
with open(path_to_js, 'r') as f:
data = json.loads(f.read())
РК
TypeError: expected str, bytes or os.PathLike object, not list
👑️
R3
РК
TypeError: expected str, bytes or os.PathLike object, not list