TypeError: descriptor ‘__init__‘ of ‘super‘ object needs an argument

Error code:

        super.__init__()

Revision:

        super().__init__()

Read More: