Fix SKS twitter bridge

This commit is contained in:
Klaus-Uwe Mitterer 2017-09-19 18:09:12 +02:00
parent 9de5c45c75
commit debfcfc062
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ arg = "k"
def check(server, recipient, two = twitools.twObject()):
if skstools.getStatus(server) == False:
two.tweet("@%s Something seems to be wrong with the %s keyserver!" % (recipient, site))
two.tweet("@%s Something seems to be wrong with the %s keyserver!" % (recipient, server))
def run():
servers = setuptools.getListSetting("SKS", "servers")