This commit is contained in:
levina 2021-10-11 11:39:46 +07:00 committed by GitHub
parent 43e591f34e
commit 04aab57e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)