You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python code for ponder and cowponder needs to be cleaned up.
The code for these two functions across these two platforms should be identical, with the only difference being cowthoughts_path = "/etc/cowthoughts.txt" versus cowthoughts_path = path.join(popen("brew --prefix").read().strip(), "etc", "cowthoughts.txt"), etc.
Otherwise, the code should be exactly the same organised and arranged.
The text was updated successfully, but these errors were encountered:
The python code for
ponder
andcowponder
needs to be cleaned up.The code for these two functions across these two platforms should be identical, with the only difference being
cowthoughts_path = "/etc/cowthoughts.txt"
versuscowthoughts_path = path.join(popen("brew --prefix").read().strip(), "etc", "cowthoughts.txt")
, etc.Otherwise, the code should be exactly the same organised and arranged.
The text was updated successfully, but these errors were encountered: