Skip to content

Commit 4c971eb

Browse files
committed
Capture a tiny mod
This was on scripts in Cindy's directory.
1 parent ba1cbda commit 4c971eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

audit-bee/audit-bee.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def update_audit_status(self, pagename):
3333
'target': pagename,
3434
'Website[Audited]': 'Yes',
3535
'Website[Audited date]': time.strftime('%Y/%m/%d %I:%M:%S %p', time.gmtime()),
36+
'bot': '',
3637
'wpSummary': 'audited'})
3738
if self.args.verbose >= 3:
3839
print( c )
@@ -52,6 +53,7 @@ def set_flag(self, pagename, name, value, comment):
5253
'form': 'Website',
5354
'target': pagename,
5455
property: value,
56+
'bot': '',
5557
'wpSummary': comment})
5658
if self.args.verbose >= 3:
5759
print( c )

0 commit comments

Comments
 (0)