diff --git a/afsk/telem.c b/afsk/telem.c index 21970a01..ca36f685 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -231,7 +231,7 @@ int main(int argc, char *argv[]) { strcpy(pythonStr, pythonCmd); strcat(pythonStr, busStr); strcat(pythonConfigStr, pythonStr); - strcat(pythonConfigStr, " c"); + strcat(pythonConfigStr, " s"); char cmdbuffer[1000]; FILE *file1 = sopen(pythonConfigStr); // try new function