Skip to content

Commit

Permalink
fix: removed blank
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonKohli committed Feb 22, 2024
1 parent cf061e8 commit fc86f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azubiheftApi/azubiheftApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def writeReports(self, entries: List[Entry]) -> None:
for entry in entries:
date_str = TimeHelper.dateTimeToString(entry.date)
week_number = self.getReportWeekId(entry.date)
url = f"https: //www.azubiheft.de/Azubi/XMLHttpRequest.ashx?Datum={date_str}&BrNr={
url = f"https://www.azubiheft.de/Azubi/XMLHttpRequest.ashx?Datum={date_str}&BrNr={
week_number}&BrSt=1&BrVorh=Yes&T={TimeHelper.getActualTimestamp()}"

# Convert line breaks in the message to <div> tags for HTML formatting
Expand Down

0 comments on commit fc86f75

Please sign in to comment.