Move data to its own subdirectory

This commit is contained in:
Lonami Exo
2018-04-14 18:20:29 +02:00
parent 0af4699994
commit 70f5af44de
5 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import sys
import json
import urllib.request
OUT = 'errors.json'
OUT = 'data/errors.json'
URL = 'https://rpc.pwrtelegram.xyz/?all'