fix wrong var name in previous warning fix

This commit is contained in:
Damien Elmes 2019-03-04 17:02:52 +10:00
parent 4037a034aa
commit 3464b5fd80

View file

@ -358,7 +358,7 @@ class DeckManager:
def confId(self, name, cloneFrom=None):
"Create a new configuration and return id."
if cloneFrom is None:
type = defaultConf
cloneFrom = defaultConf
c = copy.deepcopy(cloneFrom)
while 1:
id = intTime(1000)