OpenTTD / eints

WebTranslator for OpenTTD and its add-ons
GNU General Public License v2.0
6 stars 10 forks source link

Codechange: Update to bottle 0.12.25 #155

Closed LordAro closed 9 months ago

LordAro commented 9 months ago

Was trying to run eints locally, ran into the issue that inspect.getargspec has been deprecated and removed in Python 3.11, and a bottle update was required.

Retains existing modifications.

Additionally, while trying to set up eints to begin with, ran into the issue that my rights.dat file was empty (think it was generated like that?), resulting in /login being redirected to /login due to a lack of access rights. Not super helpful, so as this is always a configuration error, raise a fatal error here instead.

TrueBrain commented 9 months ago

For changelog purposes, when you are done and know what you want etc, please make this in small PRs. The GitHub Changelog uses PR titles to generate the changelog. Press-of-the-button thing.

TrueBrain commented 9 months ago

PS: preview is published on https://translator-preview.openttd.org/ . Not sure why the link of GitHub is wrong .. something to look into.