A
py3
Source:
import secrets
print(secrets.token_urlsafe(16))
Result:
Zd8Vpyk8-kFV1DjWKLVm6Q
Как вернуть папку, которую удалил из индексируемых в локальном репозитории?
Size: a a a
A
py3
import secrets
print(secrets.token_urlsafe(16))
Zd8Vpyk8-kFV1DjWKLVm6Q
D
R3
py3
import secrets
print(secrets.token_urlsafe(16))
Zd8Vpyk8-kFV1DjWKLVm6Q
ᅠ
A
git rm bot.py
git commit -m "-"
git pull --force
А
git rm bot.py
git commit -m "-"
git pull --force
БГ
HS
git rm bot.py
git commit -m "-"
git pull --force
БГ
try:
return await bot.send_photo()
except MyException:
return await bot.send_message()
E
E
A
БГ
try:
return await bot.send_photo()
except MyException:
return await bot.send_message()
try:
sent = await bot.send_photo()
except MyException:
sent = await bot.send_message()
return sent
g
БГ
x = cursor1.fetchone()[0]
grup = dict(ast.literal_eval(x))
𝕬
Д
K
НК