Skip to content

Commit

Permalink
Code tidying.
Browse files Browse the repository at this point in the history
  • Loading branch information
trampgeek committed Sep 6, 2024
1 parent edc7c76 commit 637d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/jobesandbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function execute($sourcecode, $language, $input, $files = null, $params =
$runresult = $cache->get($key); // Unserializes the returned value :) false if not found.
}

if (!$runresult) { // if cache read failed regrade, to be safe.
if (!$runresult) { // If cache read failed regrade, to be safe.
$this->currentjobid = sprintf('%08x', mt_rand());

// Create a single curl object here, with support for cookies, and use it for all requests.
Expand Down

0 comments on commit 637d638

Please sign in to comment.