remove unused field

This commit is contained in:
Connor Olding 2020-09-06 09:09:04 +02:00
parent d380e3a065
commit 4511eadb73

View File

@ -21,7 +21,6 @@ class IpInfoByIpApi(IpInfoBase):
self.expiry = expiry
self.cooldown = 0
self.give_up = False
self.prepared = False
self.stored = None
self.encoding = "latin-1"