We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c438f commit 8cea652Copy full SHA for 8cea652
1 file changed
AutoStructureFilesForDFplayer.py
@@ -3,7 +3,7 @@
3
import os.path
4
import shutil
5
6
-#Author: L. Preusser "Schallbert"
+#Author: "Schallbert"
7
8
# this function pads leading zeros to a number, returning a string.
9
def playerFSnumbers(indx, maxCnt):
@@ -38,6 +38,7 @@ def replaceSpecialCharactersInPlaylist(lineOfPlaylist):
38
lineOfPlaylist = lineOfPlaylist.replace("%3D", "=")
39
lineOfPlaylist = lineOfPlaylist.replace("%3E", ">")
40
lineOfPlaylist = lineOfPlaylist.replace("%3F", "?")
41
+ lineOfPlaylist = lineOfPlaylist.replace("%7E", "~")
42
return lineOfPlaylist
43
44
def quitWithMessage(messageString):
0 commit comments