Update telem.c add venv

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent 71a16255bd
commit 0407da438d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,6 +30,9 @@ int main(int argc, char *argv[]) {
strcat(pythonConfigStr, " s");
char cmdbuffer[1000];
FILE *file2 = sopen(pythonVenv); // activate venv
FILE *file1 = sopen(pythonConfigStr); // try new function
fgets(cmdbuffer, 1000, file1);
if (debug == ON)

Loading…
Cancel
Save

Powered by TurnKey Linux.