Skip to content

Commit

Permalink
Merge branch 'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIbrahem committed Dec 16, 2024
2 parents 0f6f555 + 2534d60 commit f984cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super/bot_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def Search(self, value="", ns="*", offset="", srlimit="max", RETURN_dict=False,
# ---
return results

def Get_Newpages(self, limit=5000, namespace="0", rcstart="", user="", three_houers=False, offset_minutes=False):
def Get_Newpages(self, limit=5000, namespace="0", rcstart="", user="", three_houers=False, offset_minutes=False, offset_hours=False):
if three_houers:
dd = datetime.datetime.utcnow() - timedelta(hours=3)
rcstart = dd.strftime("%Y-%m-%dT%H:%M:00.000Z")
Expand Down

0 comments on commit f984cdf

Please sign in to comment.