+ Recoded entire codebase
+ Added proper README.md
This commit is contained in:
parent
302999189d
commit
d1c02e5b62
8 changed files with 585 additions and 252 deletions
4
.github/workflows/schedule.yml
vendored
4
.github/workflows/schedule.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Running Library Reservation Script
|
||||
name: Daily Library Reservation Automation
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
@ -21,4 +21,4 @@ jobs:
|
|||
USERNAME: ${{ secrets.USERNAME }}
|
||||
PASSWORD: ${{ secrets.PASSWORD }}
|
||||
run: |
|
||||
python kit.py
|
||||
python main.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue