Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Raeen committed Jan 22, 2021
1 parent 37112d9 commit 1606fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion php/test1.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$python->ini();

for ($i = 0; $i < 6; $i += 2) {
$output = $python->gen('../Python/test.py');
$output = $python->gen('../Python/test1.py');
$python->img($output, 'jpg', true, ["border" => "1px solid red"]);
if (sleep(1) != 0) {
echo "can't sleep";
Expand Down

0 comments on commit 1606fec

Please sign in to comment.