colab: print account when instantiating the gist

master
EmaMaker 2021-08-29 22:02:50 +02:00
parent a864481c42
commit 8369526550
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class ColabGist(Thread):
self.refresh_event = Event()
self.stop_event = Event()
print("[ColabGist {}] New Colab Gist Thread created!".format(self.url))
print("[ColabGist {}] New Colab Gist Thread created! Using account {} ".format(self.url, self.account))
def run(self):
self.run_colab()