回答編集履歴

1

ソースコードに紛れた不要な;を削除

2018/01/16 10:48

投稿

magichan
magichan

スコア15898

test CHANGED
@@ -56,11 +56,11 @@
56
56
 
57
57
 
58
58
 
59
- REPLAI_API_KEY = "********************************************";
59
+ REPLAI_API_KEY = "********************************************"
60
60
 
61
- REPLAI_API_BOTID = "sample";
61
+ REPLAI_API_BOTID = "sample"
62
62
 
63
- REPLAI_API_URLBASE = "https://api.repl-ai.jp/v1/";
63
+ REPLAI_API_URLBASE = "https://api.repl-ai.jp/v1/"
64
64
 
65
65
  REPLAI_API_TOPICID = "docomoapi"
66
66