Skip to content

Commit ad45948

Browse files
authored
syntax fix
1 parent d282fe4 commit ad45948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

audit-bee/audit-bee.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def update_audit_status(self, pagename):
4545
'wpSummary': 'audited'})
4646
if self.args.verbose >= 3:
4747
print( c )
48-
except Exception as e:
48+
except Exception as e:
4949
print( "Exception: %s" % e )
5050

5151
def set_flag(self, pagename, name, value, comment):
@@ -63,7 +63,7 @@ def set_flag(self, pagename, name, value, comment):
6363
'wpSummary': comment})
6464
if self.args.verbose >= 3:
6565
print( c )
66-
except Exception as e:
66+
except Exception as e:
6767
print( "Exception: %s" % e )
6868

6969
def set_audit_extensions(self, site, extensions):
@@ -225,7 +225,7 @@ def audit_site(self, site):
225225
print( "Pulling general info info from %s." % data_url )
226226
try:
227227
(success, data, duration) = self.pull_json(site, data_url, bot='Audit Bee')
228-
except Exception as e:
228+
except Exception as e:
229229
print( "Exception: %s" % e )
230230
success = False
231231

0 commit comments

Comments
 (0)