Преглед на файлове

Remove hardcoded numbers

RoGeorge преди 9 години
родител
ревизия
939193c0a1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      OscScreenGrabLAN.py

+ 1
- 1
OscScreenGrabLAN.py Целия файл

@@ -102,7 +102,7 @@ tn.write("display:data?")
102 102
 print "Receiving..."
103 103
 buff = tn.read_until("\n", big_wait)
104 104
 
105
-# Just in case the transfer did not complete in 10 seconds
105
+# Just in case the transfer did not complete in the expected time
106 106
 while len(buff) < expected_len:
107 107
 	tmp = tn.read_until("\n", small_wait)
108 108
 	if len(tmp) == 0:

Loading…
Отказ
Запис