mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-11-26 19:33:20 +00:00
Realtime UI - Socketio tweaks and refactor (#3220)
This commit is contained in:
@@ -14,7 +14,7 @@ def test_check_extract_text_from_diff(client, live_server, measure_memory_usage)
|
||||
with open("test-datastore/endpoint-content.txt", "w") as f:
|
||||
f.write("Now it's {} seconds since epoch, time flies!".format(str(time.time())))
|
||||
|
||||
live_server_setup(live_server)
|
||||
# live_server_setup(live_server) # Setup on conftest per function
|
||||
|
||||
# Add our URL to the import page
|
||||
res = client.post(
|
||||
|
||||
Reference in New Issue
Block a user