mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Apply fixes from StyleCI
This commit is contained in:
parent
7dd699ddf9
commit
1f75f4e997
2 changed files with 4 additions and 5 deletions
|
@ -719,7 +719,6 @@ class Torrent
|
|||
$attempts = $success = $response = 0;
|
||||
|
||||
while (!$success && $attempts++ < $max_attempts) {
|
||||
|
||||
// Send request
|
||||
$file = fsockopen($bb_cfg['ocelot']['host'], $bb_cfg['ocelot']['port'], $error_num, $error_string);
|
||||
if ($file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue