mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 02:55:43 +00:00
Code - Remove unused f-strings (#3209)
This commit is contained in:
@@ -6,7 +6,7 @@ from changedetectionio.tests.util import live_server_setup, wait_for_all_checks
|
||||
|
||||
def set_response():
|
||||
import time
|
||||
data = f"""<html>
|
||||
data = """<html>
|
||||
<body>
|
||||
<h1>Awesome, you made it</h1>
|
||||
yeah the socks request worked
|
||||
|
||||
Reference in New Issue
Block a user