mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-06-07 23:43:55 +02:00
more debug logging
This commit is contained in:
@@ -20,6 +20,7 @@ Future<List<int>> fetchOSMTile({
|
||||
];
|
||||
while (true) {
|
||||
try {
|
||||
print('[fetchOSMTile] FETCH $z/$x/$y');
|
||||
attempt++;
|
||||
final resp = await http.get(Uri.parse(url));
|
||||
if (resp.statusCode == 200) {
|
||||
|
||||
Reference in New Issue
Block a user