update_backup_data

pyrcs.updater.update_backup_data(verbose=False, time_gap=2)[source]

Update data of the package’s local backup.

Parameters
  • verbose (bool) – whether to print relevant information in console as the function runs, defaults to False

  • time_gap (int) – time gap (in seconds) between the updating of different classes

Example:

>>> from pyrcs.updater import update_backup_data

>>> update_backup_data(verbose=True)