File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ <h3>Instance variables</h3>
651651
652652 @ModuleHelper.logged_in
653653 def get_notifications_history(self, date_from: date):
654- request_url = "https://gymbilba .edupage.org/timeline/"
654+ request_url = f "https://{self.edupage.subdomain} .edupage.org/timeline/"
655655 params = [
656656 ("module", "todo"),
657657 ("filterTab", ""),
@@ -722,7 +722,7 @@ <h3>Methods</h3>
722722</ summary >
723723< pre > < code class ="python "> @ModuleHelper.logged_in
724724def get_notifications_history(self, date_from: date):
725- request_url = "https://gymbilba .edupage.org/timeline/"
725+ request_url = f "https://{self.edupage.subdomain} .edupage.org/timeline/"
726726 params = [
727727 ("module", "todo"),
728728 ("filterTab", ""),
You can’t perform that action at this time.
0 commit comments