Selaa lähdekoodia

Merge pull request #182 from archonic/patch-1

Remove duplicate line
pull/211/head
Manuel83 GitHub 7 vuotta sitten
vanhempi
commit
acd404622b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      modules/core/core.py

+ 0
- 1
modules/core/core.py Näytä tiedosto

@@ -40,7 +40,6 @@ class ActorAPI(object):
value = self.cache.get("actors").get(int(id))
cfg = value.config.copy()
cfg.update(dict(api=self, id=id, name=value.name))
cfg.update(dict(api=self, id=id, name=value.name))
clazz = self.cache.get("actor_types").get(value.type).get("class")
value.instance = clazz(**cfg)
value.instance.init()


Loading…
Peruuta
Tallenna