Skip to content

Commit ac7dca4

Browse files
committed
update config.py
1 parent 514615e commit ac7dca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
PLAYLIST_SUPPORT = os.getenv("PLAYLIST_SUPPORT", True)
5959
ENABLE_ARIA2 = os.getenv("ENABLE_ARIA2", True)
6060

61-
FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 1000)
61+
FREE_DOWNLOAD = os.getenv("FREE_DOWNLOAD", 20)
6262
TOKEN_PRICE = os.getenv("BUY_UNIT", 20) # one USD=20 credits
6363

6464
RATE_LIMIT = os.getenv("RATE_LIMIT", 20)

0 commit comments

Comments
 (0)