file1 = drive.CreateFile()
file1.Upload()
# Insert the permission.
permission = file1.InsertPermission({
'type': 'anyone',
'value': 'anyone',
'role': 'reader'})
print(file1['alternateLink']) # Display the sharable link.
file
как можно раньше, не забудьте сделатьfile = None
file
после Upload()
там должно быть что-то полезное.def load_google(filename, filecontent):
try:
drive = GoogleDrive(google)
file = drive.CreateFile({'title': f'{filename}'})
file.SetContentString(filecontent)
file.Upload()
link=file['alternateLink']
file=None
return link
except Exception as ex:
return ex
let row = names.map((row) => row[0]).indexOf(valToFind);
global base, cur
вы указали. Но чтобы они работали, объявлять их нужно перед всеми функциями.re
:)s = "..."
l = s.split()
print("#{}".format(l[0].split("/")[0]))
print("Выход на слелку {}:{}".format(l[1], ''.join(l[0].split("/"))))
print("Цена входа: {}".format(l[5]))
print("Цели: {}".format('-'.join(l[8:-2:3])))
print("Стоп лосс: {}".format(l[-1]))
print("\nПлечо: {}".format(l[3]))
#RSR
Выход на сделку SHORT:RSRUSDT
Цена входа: 0.0070
Цели: 0.0069-0.0067-0.0065-0.0050-0.0045
Стоп лосс: 0.0075
Плечо: 20x
targets = '-'.join([target[1] for target in re.findall(r'(Target\s+\d+\s+(.+)?\n)', s)])
print(re.sub(r'((.+)/.+)?\n+(.+?)\n+Leverage\s+(.+?)\n+Entries\s+(.+?)\n(Target\s+\d+\s+(.+)?\n)+\s+SL\s+(.+?)$', rf'#\g<2>\nВход в сделку \g<3>:\g<1>\nЦена входа: \g<5>\nЦели: {targets}\nСтоп лосс: \g<8>\n\nПлечо: \g<4>', s))
const tariff = document.querySelectorAll('[name="license"]');
const license = document.querySelector('#quantity');
let currentTariff = null;
let currentLicense = null;
function calc() {
if(!currentTariff || !currentLicense) return;
// тут код для вывода результата
}
tariff.forEach(el => {
el.addEventListener('change', (e) => {
currentTariff = e.currentTarget.value;
calc();
})
});
license.addEventListener('change', (e) => {
currentLicense = e.currentTarget.value;
calc();
})
Если параметр опущен, возвращённый массив будет содержать один элемент со всей строкой. Если параметр равен пустой строке, строка str будет преобразована в массив символов.