Skip to content

Commit

Permalink
fix dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 12, 2019
1 parent 5cb3e72 commit 405055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dev/dev_download_file.py
Expand Up @@ -39,7 +39,7 @@ def ask_for_token(c_id, c_secret, request_status=True):
def request_download(manager, target_url):
url = QUrl(target_url)
request = QNetworkRequest(url)
print "Download start time: {}".format(datetime.now())
print("Download start time: {}".format(datetime.now()))
manager.get( request )

def handle_download(reply):
Expand Down

0 comments on commit 405055a

Please sign in to comment.