mirror of
https://github.com/KevinMidboe/knowit_julekalender-2017.git
synced 2025-10-29 01:30:19 +00:00
Removed unsued print functoins
This commit is contained in:
2
badge.py
2
badge.py
@@ -43,10 +43,8 @@ def getColor(value):
|
||||
|
||||
def uploadToDropbox(progress):
|
||||
dbx = dropbox.Dropbox(os.environ.get('DROPBOX_ACCESS_TOKEN'))
|
||||
print(dbx.users_get_current_account())
|
||||
|
||||
response = dbx.files_upload(getPicture(), '/knowit/progress.svg', mode=WriteMode('overwrite', None))
|
||||
print('response:', response)
|
||||
|
||||
def main():
|
||||
failures, total = get_xml_test_results()
|
||||
|
||||
Reference in New Issue
Block a user