diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-27 09:32:40 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-27 09:32:40 +0300 |
| commit | b3d005773db01537b831ae523224aaf124202fb7 (patch) | |
| tree | b09d852584e87139905bb77e5455b6a6dc49d0f2 /Software/Visual_Studio/Tango.Web | |
| parent | e3435feb84231a97cc766a5f884c8aba5a1df919 (diff) | |
| download | Tango-b3d005773db01537b831ae523224aaf124202fb7.tar.gz Tango-b3d005773db01537b831ae523224aaf124202fb7.zip | |
Attempt to fix auto update check.
Fixed emulator ink consumption calc.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
| -rw-r--r-- | Software/Visual_Studio/Tango.Web/TangoWebClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Web/TangoWebClient.cs b/Software/Visual_Studio/Tango.Web/TangoWebClient.cs index 7c3c6ad2a..6399c2a09 100644 --- a/Software/Visual_Studio/Tango.Web/TangoWebClient.cs +++ b/Software/Visual_Studio/Tango.Web/TangoWebClient.cs @@ -109,7 +109,7 @@ namespace Tango.Web var response = await _client.PostJson<TRequest, TResponse>(GetActionAddress(action), request); return response; } - catch (TokenExpiredException ex) + catch (TokenExpiredException) { try { |
