@@ -126,7 +126,7 @@ fpath=__file__
elmts=fpath.split('\\')
fpath=fpath.replace(elmts[-1],'urls.csv')
-os.system('docker restart p'+portnum)
+os.system('docker restart p'+str(portnum))