MeowXD commited on
Commit
ec2b5a6
1 Parent(s): 3353a95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
 
4
  app = Flask(__name__)
5
 
6
- main_text = requests.get('https://internal.ddosxd.ru/realvis_text').text
7
 
8
  @app.route('/')
9
  def main_route():
 
3
 
4
  app = Flask(__name__)
5
 
6
+ main_text = "Meow!<br>This is new url of ddosxd/realvisxlv3.<br>This space will be works after some time when i recieve ZeroGPU"
7
 
8
  @app.route('/')
9
  def main_route():