mirror of
https://github.com/karl0ss/downgrangefixtures_ical.git
synced 2025-05-18 20:26:20 +01:00
Update main.py
correct table link
This commit is contained in:
parent
3a8a032da4
commit
38f344b230
2
main.py
2
main.py
@ -110,7 +110,7 @@ def create_ical_file(df:pd.DataFrame, cal:Calendar, table:pd.DataFrame)->None:
|
||||
notes = 'No Match Notes'
|
||||
elif notes == 'Postponed':
|
||||
continue
|
||||
event.add('description', "Arrive by - " + str(arrival_time) + "\n" + notes + "\nTable -\n" + "https://fulltime.thefa.com/table.html?selectedSeason=19010414&selectedDivision=165601607&ftsTablePageContent.fixtureAnalysisForm.standingsTableDay=14&ftsTablePageContent.fixtureAnalysisForm.standingsTableMonth=0&ftsTablePageContent.fixtureAnalysisForm.standingsTableYear=2024&activeTab=1")
|
||||
event.add('description', "Arrive by - " + str(arrival_time) + "\n" + notes + "\nTable -\n" + "https://fulltime.thefa.com/table.html?selectedSeason=19010414&selectedDivision=165601607")
|
||||
event.add('dtstart', start_date_time)
|
||||
# End 2 hours after start_date_time
|
||||
event.add('dtend', start_date_time + timedelta(hours=2))
|
||||
|
Loading…
x
Reference in New Issue
Block a user