Python Forum
send all pictures instead of just two
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
send all pictures instead of just two
#6
Line 22 in the client code is equivalent to
if prefix == b'end':
    n = 0
else:
    n = int(prefix)
I see the problem: 'in' should be 'if'
Reply


Messages In This Thread
send all pictures instead of just two - by mcgrim - Nov-06-2019, 09:35 PM
RE: send all pictures instead of just two - by Gribouillis - Nov-07-2019, 11:43 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020