nochmal fix
This commit is contained in:
parent
d8db804cae
commit
c76e38a96f
1 changed files with 3 additions and 0 deletions
3
main.py
3
main.py
|
@ -5,6 +5,9 @@ import json
|
||||||
import os
|
import os
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|
||||||
|
os.makedirs('magpis', exist_ok=True)
|
||||||
|
os.makedirs('hackspaces', exist_ok=True)
|
||||||
|
os.makedirs('books', exist_ok=True)
|
||||||
|
|
||||||
# Laden der XML-Daten
|
# Laden der XML-Daten
|
||||||
#bookshelf_xml = requests.get("https://magpi.raspberrypi.com/bookshelf.xml")
|
#bookshelf_xml = requests.get("https://magpi.raspberrypi.com/bookshelf.xml")
|
||||||
|
|
Loading…
Reference in a new issue