Skip to content

Events during timed checkup do not update the timed checkup dictionary #8

@blu006

Description

@blu006

found in

self.checkups[source].pop(key, None)

Instead of simply popping the key and individually updating the dictionary with the keys and values of the event, the dictionary should be updated with the event dictionary by using .update.

Additionally, the code which individually updates the dictionary with the keys and values of the event is not present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions