remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 23:05:00 +02:00
parent 0c97ade24d
commit c724f5e87c
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class User(Base, Stndrd, Age_times):
user_id=self.id, target_id=target.id).first()
def paid_dues(self):
return self.truecoins > environ.get("DUES").strip()
return self.truecoins > int(environ.get("DUES").strip())
def any_block_exists(self, other):