Added additional print of the cloudflare link to help with colab scrolling issues.

This commit is contained in:
ebolam
2022-09-02 15:14:36 -04:00
parent bf7fc348c6
commit bb0d44aa61
2 changed files with 5 additions and 0 deletions

View File

@@ -731,6 +731,7 @@ class system_settings(settings):
self.seed = None # The current RNG seed (as an int), or None if unknown
self.alt_gen = False # Use the calc_ai_text method for generating text to go to the AI
self.theme_list = [".".join(f.split(".")[:-1]) for f in os.listdir("./themes") if os.path.isfile(os.path.join("./themes", f))]
self.cloudflare_link = ""
def __setattr__(self, name, value):