mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-23 07:12:39 +01:00
thing
This commit is contained in:
parent
33fab474fa
commit
b1fefe2959
1 changed files with 3 additions and 3 deletions
|
@ -71,11 +71,11 @@ class Errors:
|
|||
"nuh uh (executables not allowed)"
|
||||
]
|
||||
|
||||
def file404Error():
|
||||
def file404Error(self):
|
||||
return random.choice(self.file404.items())
|
||||
|
||||
def fileTooLargeError():
|
||||
def fileTooLargeError(self):
|
||||
return random.choice(self.fileTooLarge.items())
|
||||
|
||||
def fileTypeNotAllowedError():
|
||||
def fileTypeNotAllowedError(self):
|
||||
return random.choice(self.fileTypeNotAllowed.items())
|
Loading…
Reference in a new issue