We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b408543 commit d023546Copy full SHA for d023546
download_analytics/drive.py
@@ -96,7 +96,6 @@ def upload(content, filename, folder, convert=False):
96
drive_file = drive.CreateFile(file_config)
97
98
drive_file.content = content
99
- breakpoint()
100
drive_file.Upload({'convert': convert})
101
LOGGER.info('Uploaded file %s', drive_file.metadata['alternateLink'])
102
0 commit comments