質問編集履歴
1
内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
|
67
67
|
def PlayMusicWith_cmd(): #MP3を再生する関数
|
68
68
|
|
69
|
-
process = subprocess.call(command,shell = True)
|
69
|
+
process = subprocess.call(command,shell = True)
|
70
70
|
|
71
71
|
|
72
72
|
|