From 38614c43f38abd683be70f165c06c258d36437fc Mon Sep 17 00:00:00 2001 From: Efe Date: Tue, 20 Apr 2021 04:52:19 +0300 Subject: [PATCH] =?UTF-8?q?API=20ter=C3=B6r=C3=BC=20bitti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cal.py | 2 +- kafeterya.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cal.py b/cal.py index 05fd874..b8b2dfc 100644 --- a/cal.py +++ b/cal.py @@ -1,7 +1,7 @@ from mastodon import Mastodon mastodon = Mastodon( - access_token = 'LwtBGTgMZbUhDjCvd2_2tc4n6KQi5AkIrDnjwEUg9sM', + access_token = '', api_base_url = 'https://metu.life/' ) diff --git a/kafeterya.py b/kafeterya.py index 5418126..ee02a3c 100644 --- a/kafeterya.py +++ b/kafeterya.py @@ -1,7 +1,7 @@ from mastodon import Mastodon mastodon = Mastodon( - access_token = 'riY0Y4oyCIiHjEuNMSvEQTDKgT2gYsbTSAkeUpsG-Ps', + access_token = '', api_base_url = 'https://metu.life/' )