contrastellar / mtg_scryfall_grabber

MTG-Scryfall-Grabber (MSG) is a Python library and module for scraping and organizing data from the Scryfall Rest-API.
https://pypi.org/project/mtg-scryfall-grabber/
Other
1 stars 0 forks source link

Does not work on non-unix systems, will create empty file instead #4

Closed contrastellar closed 1 year ago

contrastellar commented 1 year ago

Creates empty, non-json file on windows. Does not have errors on WSL2 image

PS C:\Users\contrastellar\Desktop\mtg-scryfall-grabber\example> wsl --version
WSL version: 1.1.3.0
Kernel version: 5.15.90.1
WSLg version: 1.0.49
MSRDC version: 1.2.3770
Direct3D version: 1.608.2-61064218
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.19044.2728

Taken from VSCode connected to Ubuntu-20.04

image

contrastellar commented 1 year ago

Fixed with 59422ff53fd01281a7c93186a48bce4579b3ceb3

Will merge and include in v.0.1.3

image