Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Isaac authored Jun 26, 2024
1 parent d2118cc commit 094c2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os;

# https://fgo.square.ovh/apk/com.aniplex.fategrandorder.en.apk
url_apk = "https://fgo.square.ovh/apk/com.aniplex.fategrandorder.apk"
url_apk = "https://fgo.square.ovh/apk/com.aniplex.fategrandorder.en.apk"

# https://gplay-ver.atlasacademy.workers.dev/?id=com.aniplex.fategrandorder
url_version = "https://gplay-ver.atlasacademy.workers.dev/?id=com.aniplex.fategrandorder"
url_version = "https://gplay-ver.atlasacademy.workers.dev/?id=com.aniplex.fategrandorder.en"

# Temp folder
temp_folder = os.path.join(os.getcwd(), "temp")
temp_folder = os.path.join(os.getcwd(), "temp")

0 comments on commit 094c2f2

Please sign in to comment.