diff --git a/exporto.py b/exporto.py index e90cf27..e4b74ca 100644 --- a/exporto.py +++ b/exporto.py @@ -50,7 +50,7 @@ def metrics(): metrics += 'pipisio_attempto{user="%s", user_id="%s", chat_id="%s"} %s\n' % (dick[0], dick[2], dick[3], dick[4]) - docks = [ d for d in docks if d['chat_id'] == -1001355646177] + docks = [ d for d in docks if d[3] == -1001355646177] # расстояние до следующего впереди for k in range(len(docks)):