diff --git a/exporto.py b/exporto.py index 4e1213a..e90cf27 100644 --- a/exporto.py +++ b/exporto.py @@ -49,6 +49,9 @@ def metrics(): for dick in docks: 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] + # расстояние до следующего впереди for k in range(len(docks)):