From 092dec0b2ffd6f3936d53e74cc7477f297b26def Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Sun, 21 Apr 2019 11:31:40 -0600 Subject: [PATCH] strippted personal information from project --- imapi.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imapi.pl b/imapi.pl index e1ffd57..a7df929 100755 --- a/imapi.pl +++ b/imapi.pl @@ -5,8 +5,8 @@ use warnings; use JSON; use Image::Magick; -my $images_path = "/home/bluesaxman/imagemasterImages/"; -my $libraries_path = "/home/bluesaxman/labs/p/imagemaster/libs//"; +my $images_path = ""; +my $libraries_path = ""; my $json = JSON->new;