print_conn_err¶
- pyrcs.utils.print_conn_err(verbose=False)[source]¶
Prints a message if an Internet connection attempt is unsuccessful.
- Parameters:
verbose (bool | int) – Whether to print relevant information to the console; defaults to
False
Examples:
>>> from pyrcs.utils import print_conn_err >>> # If Internet connection is ready, nothing would be printed >>> print_conn_err(verbose=True)