This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
crux.sexy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix argument name
master
Fen Dweller
4 years ago
parent
262a957885
commit
92df1e183c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
View File
@@ -23,7 +23,7 @@ def nightly():
@app.route('/agegate')
def agegate():
url = request.args.get("
url
", default=None)
url = request.args.get("
to
", default=None)
try:
if urlparse(url).netloc and urlparse(url).netloc[-9:] != "crux.sexy":
Write
Preview
Loading…
Cancel
Save