From 60b93e8dcbd2bfdd06546e96b4c80a8d3d90de37 Mon Sep 17 00:00:00 2001 From: Pavel Muhortov Date: Mon, 14 Aug 2023 15:54:46 +0300 Subject: [PATCH] fix status() docstring --- ovpn_status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ovpn_status.py b/ovpn_status.py index a08604b..51939cb 100644 --- a/ovpn_status.py +++ b/ovpn_status.py @@ -30,6 +30,7 @@ def status(stats_file: str, client_filter: str = '.*', client_geo: bool = False) { "name": str, "r_ip": str, + "r_cc": str, "v_ip": str, "b_rx": int, "b_tx": int,