Fixed decoding files to return strings instead of bytes
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
def return_credentials(path: str)->str:
|
||||
with open (path) as file:
|
||||
return file.read()
|
||||
return file.read().strip()
|
||||
Reference in New Issue
Block a user