mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Refactoring proxy, part 2
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Wox.Plugin.PluginManagement
|
||||
string json;
|
||||
try
|
||||
{
|
||||
json = Http.Get(pluginSearchUrl + pluginName, context.Proxy).Result;
|
||||
json = Http.Get(pluginSearchUrl + pluginName).Result;
|
||||
}
|
||||
catch (WebException e)
|
||||
{
|
||||
@@ -156,7 +156,7 @@ namespace Wox.Plugin.PluginManagement
|
||||
|
||||
try
|
||||
{
|
||||
Http.Download(pluginUrl, filePath, context.Proxy);
|
||||
Http.Download(pluginUrl, filePath);
|
||||
}
|
||||
catch (WebException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user