Update sync_app.py

This commit is contained in:
dobefore 2021-09-09 11:57:37 +08:00 committed by Vikash Kothary
parent 9279ccd35d
commit 388ca82466

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