kenken999 commited on
Commit
f7e0485
·
1 Parent(s): 8b846c6
controllers/appscript0 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit d7b0fff6ed15dc1a6f62a56faee0c9f9255ca37c
controllers/appsdcript ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 2e68937704289a4517c8c46dd89005208975923d
controllers/autoscript CHANGED
@@ -1 +1 @@
1
- Subproject commit b60e18b1760308e227fa442db95d862b4ca74850
 
1
+ Subproject commit 6ae8e451004ac5098633514a47b74d4ad29bca96
controllers/customersu ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 1b094f819d06e920f6c6cc5550bd7e64389f4dca
mysite/interpreter/process.py CHANGED
@@ -25,7 +25,7 @@ def set_environment_variables():
25
 
26
  def convert_newlines_to_google_chat_format(text):
27
  # 改行文字を <br> タグに置き換える
28
- return text.replace('\n', '\\\n')
29
 
30
  def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url):
31
  headers = {
@@ -134,6 +134,7 @@ def no_process_file(prompt, foldername):
134
  link_url = url
135
 
136
  send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
 
137
 
138
  return f"Processed Content:\n{stdout}\n\nMake Command Output:\n{stdout}\n\nMake Command Error:\n{stderr}"
139
  except subprocess.CalledProcessError as e:
 
25
 
26
  def convert_newlines_to_google_chat_format(text):
27
  # 改行文字を <br> タグに置き換える
28
+ return text.replace('\\n', '\\\n')
29
 
30
  def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url):
31
  headers = {
 
134
  link_url = url
135
 
136
  send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
137
+ test_set_lide(prompt,url)
138
 
139
  return f"Processed Content:\n{stdout}\n\nMake Command Output:\n{stdout}\n\nMake Command Error:\n{stderr}"
140
  except subprocess.CalledProcessError as e: