iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
67 stars 21 forks source link

Fixed update_server_build to allow backups #45

Closed jozefbonnar closed 2 years ago

jozefbonnar commented 2 years ago

This now allows you to update_server_build without throwing the error or not having the backups field present

jozefbonnar commented 2 years ago

@iamkubi

codecov-commenter commented 2 years ago

Codecov Report

Merging #45 (205cb01) into master (57dd599) will increase coverage by 1.88%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   85.05%   86.94%   +1.88%     
==========================================
  Files          24       24              
  Lines         763      766       +3     
==========================================
+ Hits          649      666      +17     
+ Misses        114      100      -14     
Impacted Files Coverage Δ
pydactyl/api/servers.py 56.69% <0.00%> (+12.33%) :arrow_up:

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 57dd599...205cb01. Read the comment docs.

iamkubi commented 2 years ago

Please fix the typo, then LGTM

jozefbonnar commented 2 years ago

@iamkubi fixed