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)