Typo in suggestion

This commit is contained in:
dirkf 2023-01-28 13:12:18 +00:00 committed by GitHub
parent d0915ce1ea
commit a43e1de98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,7 @@ class Aria2pFD(ExternalFD):
download = aria2.add_uris([info_dict['url']], options)
status = {
'status': 'downloading',
'filename': self._filename,
'filename': self.__filename,
'tmpfilename': tmpfilename,
}
started = time.time()