Added a check for the config file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -9,9 +9,11 @@ import tech.bitgoblin.video.Transcoder;
|
||||
*/
|
||||
public class App {
|
||||
|
||||
private static final String configFile = "~/.config/dragoon.toml";
|
||||
|
||||
public static void main(String[] args) {
|
||||
// read our config file
|
||||
Config c = new Config("~/dragoon/config.toml");
|
||||
Config c = new Config(configFile);
|
||||
// create new Transcoder object and start the service
|
||||
//Transcoder t = new Transcoder("~/dragoon");
|
||||
//t.transcode();
|
||||
|
Reference in New Issue
Block a user