OzzyCallooh / DemonButlerBot

The Demon Butler from RuneScape, at your service as a Telegram bot.
1 stars 2 forks source link

functools.wraps misused on itself rather than wrapped function #8

Open OzzyCallooh opened 2 years ago

OzzyCallooh commented 2 years ago

https://github.com/OzzyCallooh/DemonButlerBot/blob/master/src/config.py#L20 https://github.com/OzzyCallooh/DemonButlerBot/blob/master/src/config.py#L48

@wraps(wraps) should be @wraps(func)