New year, new round of knowit julekalender. Starting this year off a bit late, but lets see how many I can complete 🎉🎅

This commit is contained in:
2018-12-03 22:54:47 +01:00
parent a6808e9832
commit ccdb654622
47 changed files with 125 additions and 520122 deletions

View File

@@ -49,7 +49,7 @@ def getColor(value):
def uploadToDropbox(path):
dbx = dropbox.Dropbox(os.environ.get('DROPBOX_ACCESS_TOKEN'))
response = dbx.files_upload(getPicture(path), '/knowit/' + path, mode=WriteMode('overwrite', None))
response = dbx.files_upload(getPicture(path), '/knowit-18/' + path, mode=WriteMode('overwrite', None))
def main():
failures, total = get_xml_test_results()
@@ -64,4 +64,4 @@ def main():
uploadToDropbox(image2)
if __name__ == '__main__':
main()
main()