From e9df183e76ef1c91fdb80cc2bb5cabf3fbc7cc46 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Aug 2011 11:19:20 -0600 Subject: [PATCH] ... --- recipes/hbr.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/hbr.recipe b/recipes/hbr.recipe index a77c751887..b80b0bace7 100644 --- a/recipes/hbr.recipe +++ b/recipes/hbr.recipe @@ -49,7 +49,6 @@ class HBR(BasicNewsRecipe): br['signin-form:username'] = self.username br['signin-form:password'] = self.password raw = br.submit().read() - open('/t/crap.html', 'wb').write(raw) if '>Sign out<' not in raw: raise Exception('Failed to login, are you sure your username and password are correct?') try: