fixed image loading

This commit is contained in:
danijoo
2015-11-07 21:24:10 +01:00
parent 4680edb4c1
commit 06e9ff830d

View File

@@ -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
}