mikeizbicki / cmc-csci040

Computing for the Web
37 stars 58 forks source link

War Dialing #225

Closed ltgoldberg closed 1 year ago

ltgoldberg commented 2 years ago

Hi, when my code reaches 641 out of 1024 it gets a connection error. I tried changing my code and the range but I still get the error. I know my computer isnt sleeping because I am using it when it happens.

Thanks, LT

mikeizbicki commented 2 years ago

It's not clear to me exactly what your question is, but they way to deal with exceptions is to catch the exception with a try/except block.