Update client
This commit is contained in:
parent
e087c17c05
commit
9de3c7586d
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ import pygame
|
|||
|
||||
RESP_BUFFER_LENGTH = 1024
|
||||
ip_adress="192.168.1.14"
|
||||
port=8090
|
||||
port=8080
|
||||
|
||||
LARGEUR_BLOCK = 10
|
||||
NB_BLOCKS = 30
|
||||
|
@ -97,12 +97,12 @@ def main():
|
|||
if updateTmp != None and 'TYPE' in updateTmp:
|
||||
if updateTmp['TYPE'] != 'error':
|
||||
up = updateTmp
|
||||
time.sleep(0.2)
|
||||
up = update(gameId)
|
||||
# time.sleep(0.2)
|
||||
pygame.display.flip()
|
||||
up = update(gameId)
|
||||
|
||||
pygame.quit()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Add table
Reference in a new issue