diff --git a/.gitignore b/.gitignore index 6b88073..1aef99b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ launch.exe __pycache__/ *.pyc wget-log +*.kate-swp \ No newline at end of file diff --git a/launcher/main.go b/launcher/main.go index 7499966..0fa33b0 100644 --- a/launcher/main.go +++ b/launcher/main.go @@ -14,7 +14,6 @@ import ( ) func main() { - configPath, remainingArgs := parseArgs(os.Args[1:]) // Parse args arguments configMap := readAndParseConfig(configPath) // Read and parse the config file