1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-01 11:30:19 +02:00

Adding history config cli option

This commit is contained in:
inthebrilliantblue
2019-07-02 11:54:52 -05:00
committed by GitHub
parent af45f7ca39
commit 97238c4621

View File

@@ -42,6 +42,7 @@ public class Utils {
private static final String OS = System.getProperty("os.name").toLowerCase();
private static final Logger LOGGER = Logger.getLogger(Utils.class);
private static final int SHORTENED_PATH_LENGTH = 12;
private static final String HISTORY_FILE = "";
private static PropertiesConfiguration config;
private static HashMap<String, HashMap<String, String>> cookieCache;
@@ -803,4 +804,4 @@ public class Utils {
return new File(fullPath);
}
}
}