From 333d9949f206cdd46cfb50b7adb0333cd1e9f545 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Mon, 30 Jan 2012 22:25:14 +0100 Subject: [PATCH] Removed old api keys --- tunnel/vrfc1149/conf_auth.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tunnel/vrfc1149/conf_auth.py b/tunnel/vrfc1149/conf_auth.py index a40024c..dbf0ef7 100644 --- a/tunnel/vrfc1149/conf_auth.py +++ b/tunnel/vrfc1149/conf_auth.py @@ -1,7 +1,7 @@ from conf import Conf -# WARNING: This config was overwritten! If you change it be sure -# that you know, what you are doing. +# WARNING: This config will be overwritten. Only change things here if +# you know, what you are doing. if not Conf['twitter']['ACCESS_KEY']: - Conf['twitter']['ACCESS_KEY'] = "437545848-T6AY2mo6U92WB0JjGF6VP8Rj6FT4AfOG0VBJU9kM" - Conf['twitter']['ACCESS_SECRET'] = "rkf7lwwWgVtbE7flJ0wENSCRiatX2B1BwPQi74kd7Vg" + Conf['twitter']['ACCESS_KEY'] = None + Conf['twitter']['ACCESS_SECRET'] = None