mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Too many www's
This commit is contained in:
parent
6e28da4195
commit
9f524ff113
@ -127,8 +127,8 @@ class Helpers:
|
||||
"Chrome/104.0.0.0 Safari/537.36"
|
||||
),
|
||||
}
|
||||
target_win = 'https://www.minecraft.azureedge.net/bin-win/[^"]*'
|
||||
target_linux = 'https://www.minecraft.azureedge.net/bin-linux/[^"]*'
|
||||
target_win = 'https://minecraft.azureedge.net/bin-win/[^"]*'
|
||||
target_linux = 'https://minecraft.azureedge.net/bin-linux/[^"]*'
|
||||
|
||||
try:
|
||||
# Get minecraft server download page
|
||||
|
Loading…
Reference in New Issue
Block a user