Moar minor clean up

This commit is contained in:
swagg boi 2021-04-15 22:21:43 -04:00
parent 94160aa5a7
commit 64e9d4fd37

View file

@ -88,7 +88,7 @@ get '/ula6' => sub {
# Cat with the time
$digesty = sha1_hex($epoch . $fulleui);
($uniqueid = "fd" . substr $digesty, -10) =~ s/(.{1,4})/$1:/g;
($uniqueid = "fd" . substr $digesty, -10) =~ s/(.{4})/$1:/g;
# Set the ULA
$ula6 = $uniqueid . ':/48';