Fix misspelled dict entry
This commit is contained in:
parent
676a619775
commit
abdc8fe67a
@ -567,7 +567,7 @@ class FAAPI:
|
|||||||
def __getstate__(self):
|
def __getstate__(self):
|
||||||
# Get a copy of the object state without the requests session
|
# Get a copy of the object state without the requests session
|
||||||
state = self.__dict__.copy()
|
state = self.__dict__.copy()
|
||||||
del(state['req'])
|
del(state['_req'])
|
||||||
|
|
||||||
return state
|
return state
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='FAAPI',
|
name='FAAPI',
|
||||||
version='0.5.0',
|
version='0.5.1',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
url='https://tem.party/gitea/tom/FAAPI',
|
url='https://tem.party/gitea/tom/FAAPI',
|
||||||
license='WTFPL',
|
license='WTFPL',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user