Update sync_app.py

This commit is contained in:
dobefore
2022-03-08 22:18:11 +00:00
committed by Vikash Kothary
parent 9279ccd35d
commit 388ca82466
+1 -1
View File
@@ -447,7 +447,7 @@ class Requests(object):
d[k]=''.join(v)
return d
# request server with web server
# request server with web browser
if self.path=='/' :
d= {'url':b'Anki Sync Server'}
return d