add verbosity flag (-v), closes #32

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas
2021-06-04 20:13:26 +00:00
parent 505a0104ca
commit 6c9a5c95b6
3 changed files with 31 additions and 14 deletions

View File

@@ -78,6 +78,10 @@ class PrivateBin:
'@value' in jsonldSchema['@context']['v']) \
else 1
def getServer(self):
return self.server
class Shortener:
"""Some parts of this class was taken from
python-yourls (https://github.com/tflink/python-yourls/) library