why function throws an error?
Lars Liedtke
lal at solute.de
Tue Jun 28 04:18:42 EDT 2022
Hey,
Which error does it throw?
Could you please send the stacktrace as well?
Cheers
Lars
--
Lars Liedtke
Software Entwickler
Phone:
Fax: +49 721 98993-
E-mail: lal at solute.de
solute GmbH
Zeppelinstraße 15
76185 Karlsruhe
Germany
Marken der solute GmbH | brands of solute GmbH
billiger.de | Shopping.de
Geschäftsführer | Managing Director: Dr. Thilo Gans, Bernd Vermaaten
Webseite | www.solute.de
Sitz | Registered Office: Karlsruhe
Registergericht | Register Court: Amtsgericht Mannheim
Registernummer | Register No.: HRB 110579
USt-ID | VAT ID: DE234663798
Informationen zum Datenschutz | Information about privacy policy
http://solute.de/ger/datenschutz/grundsaetze-der-datenverarbeitung.php
Am 28.06.22 um 09:57 schrieb נתי שטרן:
> def add_route(self, route):
> # """ Add a route object, but do not change the :data:`Route.app`
> # attribute."""
> self.routes.append(route)
> self.router.add(route.rule, route.method, route, name=route.name
> )
> # if DEBUG: route.prepare()
> --
> <https://netanel.ml>
More information about the Python-list
mailing list