python-astrodynamics / spacetrack

Python client for space-track.org
MIT License
74 stars 15 forks source link

Added async before with to make code executable #50

Closed rzbrk closed 3 years ago

rzbrk commented 3 years ago

Hi!

Thank you for providing spacetrack! I tried one code snippet for asynchronous access to space-track and found out that it didn't work. Was easy to fix by simply adding "async" before "with st:"

Regards, rzbrk

RazerM commented 3 years ago

Good catch!

codecov-commenter commented 3 years ago

Codecov Report

Merging #50 (7aaec7d) into master (e3f51a6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   89.54%   89.54%           
=======================================
  Files           6        6           
  Lines         861      861           
  Branches      131      131           
=======================================
  Hits          771      771           
  Misses         63       63           
  Partials       27       27           

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 e3f51a6...7aaec7d. Read the comment docs.