Don't use class attributes for cPickle

See https://docs.python.org/2/library/pickle.html#what-can-be-pickled-and-unpickled
This commit is contained in:
croneter 2019-01-25 15:43:17 +01:00
parent 4739337ed5
commit e181b4cac2

View file

@ -73,4 +73,5 @@ class Playback_Successful(object):
"""
Used to communicate with another PKC Python instance
"""
listitem = None
def __init__(self):
self.listitem = None