rocket-a


git -C '/home/opc/rocketa.git' show b7592f8 -- oci_func/click/func.py

commit b7592f8a06b1f00ddfd7e150bcd87d08c531ae6e
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Mon Oct 13 11:00:19 2025 +0900

    メディアからパートナーへ名称変更+パートナーサイト翻訳

diff --git a/oci_func/click/func.py b/oci_func/click/func.py
index 1bde3c7..99f2dae 100644
--- a/oci_func/click/func.py
+++ b/oci_func/click/func.py
@@ -114,7 +114,7 @@ def handler(ctx, data: io.BytesIO = None):
     if query_params.get('banner_id') is not None:
         banner_id = query_params.get('banner_id', [None])[0]
 
-    # メディア独自パラメータをother_parametersに保存
+    # パートナー独自パラメータをother_parametersに保存
     for key, value in query_params.items():
         if key not in defined_parameters:
             other_parameters = other_parameters + key + '=' + value + '&'

diff.txt · 最終更新: by root