mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-05-01 23:24:30 +02:00
fix: Generate correct file name
This commit is contained in:
parent
bd3e19de62
commit
afef7ec59d
@ -134,7 +134,7 @@ class DonationsGenerator(Generator):
|
|||||||
def generate(self, config, path):
|
def generate(self, config, path):
|
||||||
donation = config["links"]
|
donation = config["links"]
|
||||||
|
|
||||||
donation_path = join(path, f"donation.json")
|
donation_path = join(path, f"donations.json")
|
||||||
|
|
||||||
write_json(donation, donation_path)
|
write_json(donation, donation_path)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user