fixed image loading
This commit is contained in:
@@ -9,7 +9,7 @@ public class Config {
|
||||
static {
|
||||
URL url = null;
|
||||
try {
|
||||
url = new URL("https://dl.dropboxusercontent.com/u/231329/xyzreader_data/data.json" );
|
||||
url = new URL("http://dl.dropboxusercontent.com/u/231329/xyzreader_data/data.json" );
|
||||
} catch (MalformedURLException ignored) {
|
||||
// TODO: throw a real error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user