Change "Running " to "Running new instance of ", to make how modules work more obvious

This commit is contained in:
Fierelier 2023-04-03 19:03:57 +02:00
parent f97cd553a7
commit 9d5e6948a7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
print("Running " +mfpl.s)
print("Running new instance of " +mfpl.s)
st = None
def echo():
print(st)
print(st)