Skip to content

Commit

Permalink
translate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavRack committed Oct 28, 2020
1 parent 629fcde commit 012f858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ int main(int argc, char *argv[]){
}
}

//se usa el comando intercept para obtener los eventos
//generados por el teclado
// using intercept comand to get keyboard events
FILE *configFile = popen("python3 /usr/share/skr/parser/parser.py","r");
parseConfigFromFile(configFile);

Expand Down

0 comments on commit 012f858

Please sign in to comment.