From 8a322efa6bbe7d5a96aca5a0474e02543131f889 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:00:36 +1000 Subject: [PATCH] fixxxxx --- exporto.py | 3 +++ 1 file changed, 3 insertions(+) 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)):