Skip to content

Commit acad07c

Browse files
Regenerate documentation
1 parent b07bf44 commit acad07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/timeline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = &#34;https://gymbilba.edupage.org/timeline/&#34;
654+
request_url = f&#34;https://{self.edupage.subdomain}.edupage.org/timeline/&#34;
655655
params = [
656656
(&#34;module&#34;, &#34;todo&#34;),
657657
(&#34;filterTab&#34;, &#34;&#34;),
@@ -722,7 +722,7 @@ <h3>Methods</h3>
722722
</summary>
723723
<pre><code class="python">@ModuleHelper.logged_in
724724
def get_notifications_history(self, date_from: date):
725-
request_url = &#34;https://gymbilba.edupage.org/timeline/&#34;
725+
request_url = f&#34;https://{self.edupage.subdomain}.edupage.org/timeline/&#34;
726726
params = [
727727
(&#34;module&#34;, &#34;todo&#34;),
728728
(&#34;filterTab&#34;, &#34;&#34;),

0 commit comments

Comments
 (0)