Fix fileGet return when file is not existent

This commit is contained in:
shortcutme 2018-09-07 11:33:57 +02:00
parent 714aea2e27
commit 57f3cee390
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -691,7 +691,7 @@ class UiWebsocket(object):
if body and format == "base64":
import base64
body = base64.b64encode(body)
return body
self.response(to, body)
def actionFileNeed(self, to, inner_path, timeout=300):
try: