Fix misspelled dict entry
This commit is contained in:
parent
676a619775
commit
abdc8fe67a
@ -567,7 +567,7 @@ class FAAPI:
|
||||
def __getstate__(self):
|
||||
# Get a copy of the object state without the requests session
|
||||
state = self.__dict__.copy()
|
||||
del(state['req'])
|
||||
del(state['_req'])
|
||||
|
||||
return state
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user