mirror of
				https://github.com/KevinMidboe/knowit_julekalender-2017.git
				synced 2025-10-29 17:50:18 +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): | def uploadToDropbox(progress): | ||||||
|    dbx = dropbox.Dropbox(os.environ.get('DROPBOX_ACCESS_TOKEN')) |    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)) |    response = dbx.files_upload(getPicture(), '/knowit/progress.svg', mode=WriteMode('overwrite', None)) | ||||||
|    print('response:', response) |  | ||||||
|  |  | ||||||
| def main(): | def main(): | ||||||
|    failures, total = get_xml_test_results() |    failures, total = get_xml_test_results() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user