diff options
| author | mat <github@matdoes.dev> | 2022-06-08 18:32:28 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-08 18:32:28 -0500 |
| commit | 05af65d16c06b6c2fd71908df6a68c5a8c57ba18 (patch) | |
| tree | fb8a38c6049bff9e3a7681d41bed0cee27ca5053 /codegen | |
| parent | cb4b060f35ad45b8abab08d23f11eaa63f4cc459 (diff) | |
| download | azalea-drasl-05af65d16c06b6c2fd71908df6a68c5a8c57ba18.tar.xz | |
no burger.json
Diffstat (limited to 'codegen')
| -rw-r--r-- | codegen/lib/download.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/codegen/lib/download.py b/codegen/lib/download.py index 5030f8f3..7d14a3a3 100644 --- a/codegen/lib/download.py +++ b/codegen/lib/download.py @@ -10,9 +10,6 @@ if not os.path.exists('downloads'): def get_burger(): if not os.path.exists('downloads/Burger'): - with open('burger.json', 'w') as f: - json.dump(requests.get( - 'https://api.github.com/repos/Burger/Burger/releases/latest').json(), f) print('\033[92mDownloading Burger...\033[m') os.system( 'cd downloads && git clone https://github.com/pokechu22/Burger && cd Burger && git pull') |
