Skip to content
Snippets Groups Projects

Adding json functions

Merged Ismail Moumni requested to merge Adding-Json-FUNCTIONS into master
Compare and Show latest version
6 files
+ 68
27
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -5,8 +5,7 @@ import os
# Exception thrown when no password has been defined to connect to the database
class NoPasswordDefineError(Exception):
"""No secret containing a password has been found"""
pass
print("""No secret containing a password has been found""")
__rdos_password__ = ""
Loading