From 7b275779154efcd13971b31c940762569bb60d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GOLDERWEB=20=E2=80=93=20Jonathan=20Golder?= Date: Tue, 23 Feb 2016 13:58:46 +0100 Subject: [PATCH] Remove provisonal onwiki activation --- charts.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/charts.py b/charts.py index a26d50d..f1befb0 100644 --- a/charts.py +++ b/charts.py @@ -101,14 +101,6 @@ class ChartsBot( ): # Set locale to 'de_DE.UTF-8' locale.setlocale(locale.LC_ALL, 'de_DE.UTF-8') - # provisional-onwiki-activation - page_active = pywikibot.Page( self.site, "Benutzer:JogoBot/active" ) - text_active = page_active.get() - - if "true" not in text_active.lower(): - pywikibot.output( "Bot ist deaktiviert!" ) - return False - def run(self): """Process each page from the generator.""" for page in self.generator: