Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-not-phish committed Sep 21, 2023
1 parent a84801b commit e78c923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cb_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def global_tenant_list(path):

def main():
global_list = None
print(display_banner("v1.0"))
print(display_banner("v1.1"))
create_global_list = input("Would you like to use a global tenant list or enter a list for every operation performed?\n1. Global List\n2. Enter a list for every operation\n Enter a number: ")
if create_global_list == "1":
path = input("Please enter your tenant list file path: ")
Expand Down

0 comments on commit e78c923

Please sign in to comment.