🗃️ Better modules and init files
This commit is contained in:
@ -17,7 +17,7 @@ def movieFunc():
|
||||
movs.close()
|
||||
except:
|
||||
logThis("Problem picking the movie (error code 801)")
|
||||
return("error","801","","")
|
||||
return("error","804","","")
|
||||
|
||||
try:
|
||||
logThis("Searching for "+mov)
|
||||
@ -42,5 +42,5 @@ def movieFunc():
|
||||
logThis("Successfully ran !movie")
|
||||
return(movie['title'], movie['plot'][0].split("::")[0], movie['cover url'].replace("150","600").replace("101","404"), pcast[:-2])
|
||||
except:
|
||||
logThis("Something bad happened... (error code 800)")
|
||||
return("error","800","","")
|
||||
logThis("Something bad happened... (error code 801)")
|
||||
return("error","801","","")
|
||||
|
Reference in New Issue
Block a user