muhammedfurkan / TelethonUserBot

Too many positional arguments in function call PYL-E1121
Bug risk
Critical
3 years ago3 years old
Too many positional arguments for function call
225                            attributes=document_attributes,
226                            progress_callback=lambda d, t: asyncio.get_event_loop(
227                            ).create_task(
228                                progress(d, t, v_url, c_time, "Uploading..",229                                         f"{ytdl_data_name_video}")))
230                        # os.remove(thumb)
231                    except Exception as e: