mirror of
https://github.com/karl0ss/downgrangefixtures_ical.git
synced 2025-05-09 00:25:10 +01:00
spellings and readme.md
This commit is contained in:
parent
24d7de4856
commit
df9b24467d
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
||||
## Down Grange Pumas Fixtures > ical
|
||||
This project will parse the fulltime.thefa.com webpage for fixtures for a specifc team.
|
||||
It will then parse the information into a ical file
|
||||
ical can then be subscribed to via Calendars
|
||||
|
||||
Using Git Actions to update the fixtures on a schedule and recommit the update to the repo.
|
2
main.py
2
main.py
@ -82,7 +82,7 @@ if exists:
|
||||
store_df_as_csv(df)
|
||||
create_ical_file(df, cal)
|
||||
else:
|
||||
print("Fixtured not updated, no update to ical")
|
||||
print("Fixtures not updated, no update to ical")
|
||||
else:
|
||||
store_df_as_csv(df)
|
||||
create_ical_file(df, cal)
|
||||
|
@ -3,7 +3,7 @@ name = "thefafixturecalendar"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Karl Hudgell <karl.hudgell@bjss.com>"]
|
||||
#readme = "README.md"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user