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
all = glob.glob("languages/*/lc_messages/version.txt")
for ver in all:
current = open(ver, "r").read()
version = input("the {n} version is {v} if you want to update type the new version and press enter else press enter with out type anything".format(n=ver.split("\\")[1], v=current))