Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -107,6 +107,7 @@ class AutoTrackQueue { | @@ -107,6 +107,7 @@ class AutoTrackQueue { | ||
| 107 | } | 107 | } |
| 108 | String? token = config.token; | 108 | String? token = config.token; |
| 109 | if (token == null) { | 109 | if (token == null) { |
| 110 | + AutoTrackConfigManager.instance.getToken(true); | ||
| 110 | return; | 111 | return; |
| 111 | } | 112 | } |
| 112 | if (host != null) { | 113 | if (host != null) { |
-
Please register or login to post a comment