From 04aab57e9489c7f109b500e57f8cad1abbac6e9a Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:39:46 +0700 Subject: [PATCH] forgot --- system/software.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/software.py b/system/software.py index 1fe63b3..a61ed9f 100644 --- a/system/software.py +++ b/system/software.py @@ -10,4 +10,4 @@ VGA = Client( Config.API_HASH, plugins=dict(root="program") ) -group_call = PyTgCalls(VGA, cache_duration=180) +call_py = PyTgCalls(VGA, cache_duration=180)