From f439cd501242ea915fadd5b81a66cceba35ec243 Mon Sep 17 00:00:00 2001 From: "Daniel Mullings (mullingsd)" Date: Fri, 18 Feb 2022 21:37:22 +0000 Subject: [PATCH] Update api_market_handler.py --- api_market_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_market_handler.py b/api_market_handler.py index a27beb7..10cb0b0 100644 --- a/api_market_handler.py +++ b/api_market_handler.py @@ -1,4 +1,4 @@ -#PYTHON STANDARD LIBRARY - https://docs.python.org/3/library/json.html - USED TO READ, WRITE JSON FILES STORKING MARKET DATA FROM API +#PYTHON STANDARD LIBRARY - https://docs.python.org/3/library/json.html - USED TO READ, WRITE JSON FILES STORING MARKET DATA FROM API import json #URLLIB 3.9 - THIRD PARTY LIBRARY - https://github.com/urllib3/urllib3 - USED TO CATCH AND HANDLE HTTP ERRORS/EXCEPTIONS import urllib.error