From cd4b26e766bccec1f20a32f198ec9fc5eda31f00 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 10 Jan 2022 13:42:11 +0100 Subject: [PATCH] appended xpub fork-specifc notes to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e7cfc1..4eda702 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Notes on the XPUB Fork. The version of socketio used is **not the most recent**. The [requirements.txt](requirements.txt) file reflects the correct versions for flasksocketio etc. Note that it was important to clone and generate the documentation of these older dependencies to avoid problems with changes (namely in the first implementation I used the "to=" paramter to calls to **emit** and **send** which doesn't even give an error, but which isn't correct as the old API uses "room="). -Replacing calls to javascript's setInterval and setTimeout required the implementation of a small class called IntervalTaskMaster (See: ). It uses pythonsocketio's start_background_task method (and hopefully remains intact if/when deployed with say uwsgi, should test this ;) +Replacing calls to javascript's setInterval and setTimeout required the implementation of a small class called IntervalTaskMaster (See: [interval_tasks.py](interval_tasks.py)). It uses pythonsocketio's start_background_task method (and hopefully remains intact if/when deployed with say uwsgi, should test this ;) At the moment the serverMod is only partially implemented.