|
|
|
|
@ -3,9 +3,9 @@ import dropbox, yaml
|
|
|
|
|
|
|
|
|
|
def writeToHtml(data):
|
|
|
|
|
with open('customData.yml', 'r') as file:
|
|
|
|
|
prime_service = yaml.safe_load(file)
|
|
|
|
|
custmdata = yaml.safe_load(file)
|
|
|
|
|
|
|
|
|
|
dbx = dropbox.Dropbox('sl.BzPippHAjsFYt3D-DtscfnXIORlVjcb10y9EajcnoGJ1zhF2oQ9btHWBcgiTeDWPhtwTnWkfd0D99jkZHiOuQNHcHsu9SEa9l4Wen7F4B1CiJ-EzsFkGEmaMBcyZnUxfxnij4kXsiU05')
|
|
|
|
|
dbx = dropbox.Dropbox(custmdata['dropKey'])
|
|
|
|
|
|
|
|
|
|
with open('COMBO_MO_MOBIL.htm', 'r+') as f:
|
|
|
|
|
lines = f.readlines()
|
|
|
|
|
|