muhammedfurkan / TelethonUserBot

Duplicate string formatting argument found PYL-W1308
Bug risk
Major
3 years ago3 years old
Duplicate string formatting argument 'user_id', consider passing as named argument
 57    except Exception as e:
 58        dc_id = "Need a Profile Picture to check **this**"
 59        location = str(e)
 60    caption = ( 61        "ID: <code>{}</code>\n"
 62        "First Name: <a href='tg://user?id={}'>{}</a>\n"
 63        "🤦‍♂️ Last Name: {}\n"