diff --git a/phosta.pl b/phosta.pl

index 21d788cdce7867ccd6c280a07fa1d10fef2f61b2..b6c49bc779e5bf2c37db1bb092ba5f31e4d83bb1 100755

--- a/phosta.pl

+++ b/phosta.pl

@@ -34,7 +34,6 @@

getconfig($configfile);

getopts('p:') or die "Invalid parameters provided! See 'phosta.pl --help' for more details.";

-say $opt_p;

#if ( $opt_s ) { writeconfig($configfile); }

if ( $opt_p ne '' ) {

@@ -64,6 +63,7 @@ my ($file, $maker, $model, $lens, $lensmodel, $fl, $fl35, $apert, $exposuretime, $iso, $flash, $datetimeoriginal) = split(/#/, $_);

     if ($model eq '-') { $emptycount++; next; }

     $lens = ($lens ne '-') ? $lens : $lensmodel;

     $exposuretime = (looks_like_number($exposuretime) && $exposuretime < 1) ? "1/". POSIX::lround(1/$exposuretime) : $exposuretime;

     if ($datetimeoriginal eq '0000:00:00 00:00:00') { $datetimeoriginal = '-'; }

Proxy Information
Original URL
gemini://gmn.clttr.info:1965/sources/photo-stats.git/commits/f8508fe8cca1784a6922e2473869625bcd42b93f.patch
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
137.283663 milliseconds
Gemini-to-HTML Time
0.45117 milliseconds

This content has been proxied by September (ba2dc).