From 825802f648553f3828826ed311eea7d681685c71 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Wed, 25 Mar 2026 22:10:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20executor/di/hanlers.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/di/hanlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/executor/di/hanlers.py b/executor/di/hanlers.py index c648cc5..1b35f39 100644 --- a/executor/di/hanlers.py +++ b/executor/di/hanlers.py @@ -10,3 +10,5 @@ from executor.proto.git import ( def register(dictionary): dictionary.register('git.config.get', handler_Git_Config_Get) + dictionary.register('git.config.list', handler_Git_Config_List) + dictionary.register('git.config.get', handler_Git_Config_Set)