mirror of
https://github.com/Bluemangoo/sekai-unpacker.git
synced 2026-09-19 15:59:01 +08:00
do not retry on region not found
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
pub mod stream;
|
||||
pub mod updater;
|
||||
pub mod http;
|
||||
pub mod http;
|
||||
pub mod strings;
|
||||
@@ -0,0 +1 @@
|
||||
pub static REGION_NOT_FOUND: &str = "region not found";
|
||||
Reference in New Issue
Block a user