JartanFTW / Trade-Notifier

A trade notifier for Roblox. Sends a Discord webhook whenever you complete/receive/send a trade.
Apache License 2.0
15 stars 2 forks source link

Function calls without parenthases #53

Closed JartanFTW closed 3 years ago

JartanFTW commented 3 years ago

Haven't caused any issues (yet), but will cause issues whenever they actually need to be called.

In user.py lines 166 and 210 call self.update_csrf instead of self.update_csrf()

Simple fix, but could cause complete crash without fix.