update_backup_data

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

Update data of the package’s local backup.

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

  • time_gap (int) – time gap (in seconds) between updating different classes, defaults to 2

Example:

>>> from pyrcs.updater import update_backup_data

>>> update_backup_data(verbose=True)