Skip to content

Commit 4963761

Browse files
committed
Webserver auto refresh
1 parent 4537be8 commit 4963761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

XRPLib/webserver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ def catch_all(request):
204204
<html>
205205
<head>
206206
<meta name="viewport" content="width=device-width, initial-scale=1">
207-
207+
<meta http-equiv="refresh" content="1">
208+
208209
<style>
209210
a { text-decoration: none; }
210211

0 commit comments

Comments
 (0)