ipc

Writes to an IPC value to allow different modules to pass information.

This is used to allow the tracker to know that new data needs to be read in because a new donation has ocurred.

eldonationtracker.ipc.writeIPC(folder: str, value: str)

Write to the IPC file.

This is used to let the call_tracker module know that a new donation has been made.

Parameters
  • folder – The location of trackerIPC.txt

  • value – The value to write to the file.

Raises

IOError