CoR-Forum / CoRT

Champions of Regnum trainer, war status, bosses respawn and bz countdown
https://cort.cor-forum.de/
GNU Affero General Public License v3.0
0 stars 0 forks source link

REWRITE: warstatus.py MySQL #29

Open Joshua2504 opened 2 months ago

Joshua2504 commented 2 months ago

I'd like to move warstatus.py to MySQL so the data is consistent with CoRT and CoR Forum.

Problem is that v2 is not made to save dynamic data in text files. The sqlite is a dirty solution.

We could run warstatus.py on cor-forum's side, making cor-forum handle the sqlite.

Joshua2504 commented 2 months ago

@mascaldotfr got time to do this if I provide a DB?

mascaldotfr commented 2 months ago

On Thu, 22 Aug 2024 08:38:12 -0700 Joshua Treudler @.***> wrote:

@mascaldotfr got time to do this if I provide a DB?

-- Reply to this email directly or view it on GitHub: https://github.com/CoR-Forum/CoRT/issues/29#issuecomment-2305061888 You are receiving this because you were mentioned.

Message ID: @.***>

There is nothing to do but changing the db connection code.

All the rest is standardized and should require no changes.