From 941f860fe2f70031944e23c5b6b58b628c21e705 Mon Sep 17 00:00:00 2001 From: Hiller Liao Date: Sun, 30 Jan 2022 18:24:18 +0800 Subject: [PATCH] uncomment ga id --- .gitignore | 2 +- rsshub/google_analytics.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 rsshub/google_analytics.py diff --git a/.gitignore b/.gitignore index e9ed4f4..22a3c02 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,4 @@ data-dev.db .env #Dockerfile .dockerignore -google_analytics.py \ No newline at end of file +# google_analytics.py \ No newline at end of file diff --git a/rsshub/google_analytics.py b/rsshub/google_analytics.py new file mode 100644 index 0000000..7fd5fbe --- /dev/null +++ b/rsshub/google_analytics.py @@ -0,0 +1 @@ +ga_account = 'UA-79917414-1' \ No newline at end of file