PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

fix: fixed bug in internal/event which caused a crash on startup #345

Closed subscorp closed 3 years ago

subscorp commented 3 years ago

There is a bug that causes the site to fail on startup. I found a solution here: https://github.com/izar/pytm/issues/114

codecov-io commented 3 years ago

Codecov Report

Merging #345 (3cd150a) into develop (8d83f8b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #345   +/-   ##
========================================
  Coverage    94.39%   94.39%           
========================================
  Files           89       89           
  Lines         4156     4156           
========================================
  Hits          3923     3923           
  Misses         233      233           
Impacted Files Coverage Δ
app/internal/event.py 96.62% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8d83f8b...3cd150a. Read the comment docs.