| @@ -130,7 +130,7 @@ | ||
| 130 | 130 |          if ($this->config['PROXY']) { | 
| 131 | 131 | $client = new Client(['proxy' => $this->config['PROXY']]); | 
| 132 | 132 |              if (!empty($this->config['PROXY']['no'])) { | 
| 133 | -                putenv('no_proxy=' .implode(' ,', $this->config['PROXY']['no'])); | |
| 133 | +                putenv('no_proxy='.implode(' ,', $this->config['PROXY']['no'])); | |
| 134 | 134 | } | 
| 135 | 135 | |
| 136 | 136 | return $client; |