Преглед изворни кода

Fix signature for self.config.decrypt(node, *nodes).

tags/v0.1^2
Ben Kurtovic пре 12 година
родитељ
комит
9000187693
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      earwigbot/commands/geolocate.py

+ 1
- 1
earwigbot/commands/geolocate.py Прегледај датотеку

@@ -33,7 +33,7 @@ class Geolocate(Command):
commands = ["geolocate", "locate", "geo", "ip"]

def setup(self):
self.config.decrypt(self.config.commands, (self.name, "apiKey"))
self.config.decrypt(self.config.commands, self.name, "apiKey")
try:
self.key = self.config.commands[self.name]["apiKey"]
except KeyError:


Loading…
Откажи
Сачувај