Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitef9486a

Browse files
committed
chore: debug prod
1 parentac78fbd commitef9486a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
33 Bytes
Binary file not shown.

‎lib/helper/audit_bot.ex‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ defmodule Helper.AuditBot do
4141
"""
4242

4343
IO.inspect(@token,label:"# abot")
44-
IO.inspect(get_endpoint(),label:"# abotget")
44+
IO.inspect(get_endpoint(),label:"# abot2")
4545

4646
analysis(:text,text)
4747
end

‎lib/helper/plausible.ex‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ defmodule Helper.Plausible do
2323
plug(Tesla.Middleware.Timeout,timeout:@timeout_limit)
2424
plug(Tesla.Middleware.JSON)
2525

26+
defpget_token()do
27+
get_config(:plausible,:token)
28+
end
29+
2630
defrealtime_visitors()do
2731
IO.inspect(@token,label:"realtime_visitors token")
32+
IO.inspect(get_token(),label:"realtime_visitors token2")
2833

2934
query=[site_id:@site_id]
3035
path="#{@realtime_visitors_query}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp