Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AnnoyingRain5/ComicWorld
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: AnnoyingRain5/ComicWorld
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 25 files changed
  • 1 contributor

Commits on Oct 18, 2023

  1. require requests

    AnnoyingRain5 committed Oct 18, 2023
    Copy the full SHA
    5ed1a72 View commit details
  2. Copy the full SHA
    9d0f04e View commit details
  3. Copy the full SHA
    c0e7769 View commit details
  4. Fix the series rss link

    AnnoyingRain5 committed Oct 18, 2023
    Copy the full SHA
    fd5890e View commit details
  5. Copy the full SHA
    5637fea View commit details
  6. Copy the full SHA
    e2ed8b6 View commit details
  7. Copy the full SHA
    bcdbfa1 View commit details

Commits on Oct 30, 2023

  1. oops!

    AnnoyingRain5 committed Oct 30, 2023
    Copy the full SHA
    960ec08 View commit details
7 changes: 4 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.db
/static/comics
_data
**/__pycache__/*
/static/comics/*
.env
*.db
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__pycache__/*
**/__pycache__/*
/static/comics/*
.env
*.db
*.db
Loading