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
I think we should have convert_time return the result so we can use it in another module, then move the print to the if name == main block. I am hitting this issue where I want to use the function in another script (from pybites_tools.worldclock import convert_time)
The text was updated successfully, but these errors were encountered:
https://github.com/PyBites-Open-Source/pybites-tools/blob/main/pybites_tools/worldclock.py
I think we should have
convert_time
return the result so we can use it in another module, then move the print to the if name == main block. I am hitting this issue where I want to use the function in another script (from pybites_tools.worldclock import convert_time
)The text was updated successfully, but these errors were encountered: