mirror of
https://github.com/9001/copyparty.git
synced 2025-11-01 04:23:34 +00:00
formatting
This commit is contained in:
@@ -52,7 +52,7 @@ def main():
|
||||
|
||||
# the upload was rejected; display the following errortext:
|
||||
errmsg = "Files can only be uploaded into a folder named 'DayN' where N is a number, for example 'Day573'. This file was REJECTED: "
|
||||
errmsg += inf["vp"] # if you want to mention the file's url at the end of the message
|
||||
errmsg += inf["vp"] # if you want to mention the file's url
|
||||
print(json.dumps({"rejectmsg": errmsg}))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user