def recvall(buffer): # function to receive large amounts of data with progress bar
bytData = b"" progressBarBuffer = int(buffer / 25 + 1) # Show P