pysportbot 0.0.15__py3-none-any.whl → 0.0.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pysportbot
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.16
|
4
4
|
Summary: A python-based bot for automatic resasports slot booking
|
5
5
|
Author: Joshua Falco Beirer
|
6
6
|
Author-email: jbeirer@cern.ch
|
@@ -141,10 +141,12 @@ For example, if you have a **Yoga** class on **Monday at 18:00:00**, and you wan
|
|
141
141
|
name: Weekly Booking
|
142
142
|
|
143
143
|
on:
|
144
|
-
# Runs at
|
145
|
-
#
|
144
|
+
# Runs at 05:00 UTC (07:00 Madrid time during daylight saving time) on Fridays
|
145
|
+
# Note: Update to '0 6 * * 5' for winter (standard) time when Madrid shifts to UTC+1
|
146
|
+
# GitHub Actions cron expressions are always in UTC and do not support time zones
|
147
|
+
# Reference: https://github.com/orgs/community/discussions/13454
|
146
148
|
schedule:
|
147
|
-
- cron: '0
|
149
|
+
- cron: '0 5 * * 5'
|
148
150
|
|
149
151
|
jobs:
|
150
152
|
book:
|
@@ -17,7 +17,7 @@ pysportbot/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
17
17
|
pysportbot/utils/errors.py,sha256=IRarfGtk1tETxUGAhPAIbeits_u2tJvVCGTtkHIdYFQ,5146
|
18
18
|
pysportbot/utils/logger.py,sha256=ANayMEeeAIVGKvITAxOFm2EdCbzBBTpNywuytAr4Z90,5366
|
19
19
|
pysportbot/utils/time.py,sha256=VZSW8AxFIoFD5ZSmLUPcwawp6PmpkcxNjP3Db-Hl_fw,1244
|
20
|
-
pysportbot-0.0.
|
21
|
-
pysportbot-0.0.
|
22
|
-
pysportbot-0.0.
|
23
|
-
pysportbot-0.0.
|
20
|
+
pysportbot-0.0.16.dist-info/LICENSE,sha256=6ov3DypdEVYpp2pn_B1MniKWO5C9iDA4O6PGcbork6c,1077
|
21
|
+
pysportbot-0.0.16.dist-info/METADATA,sha256=vpDzfb3iMcE8y0_YCpbNDntjRA9Gn8bAym06HDe6D8I,8045
|
22
|
+
pysportbot-0.0.16.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
23
|
+
pysportbot-0.0.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|