Skip to content

Change some `super` to `self`

John Ericson requested to merge super2self into zeronet

As a general rule, super should only be used for the thing we are overriding and self for everything else.

Merge request reports