mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 01:41:45 +02:00
Update joke.py
This commit is contained in:
@@ -142,7 +142,6 @@ def tell_joke(nodeID=0):
|
||||
renderedLaugh = dadjoke.joke
|
||||
return renderedLaugh
|
||||
except Exception as e:
|
||||
logger.error(f"Error accessing dadjokes: {e}")
|
||||
return lameJokes[nodeID % len(lameJokes)]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user