diff --git a/src/danog/MadelineProto/Settings/Connection.php b/src/danog/MadelineProto/Settings/Connection.php index ade9d296..49ef2430 100644 --- a/src/danog/MadelineProto/Settings/Connection.php +++ b/src/danog/MadelineProto/Settings/Connection.php @@ -226,7 +226,7 @@ class Connection extends SettingsAbstract if (Magic::$altervista) { $this->addProxy(HttpProxy::class, ['address' => 'localhost', 'port' => 80]); } else { - $this->removeProxy(HttpProxy::class, , ['address' => 'localhost', 'port' => 80]); + $this->removeProxy(HttpProxy::class, ['address' => 'localhost', 'port' => 80]); } } /**