Skip to content

Commit

Permalink
chore: Remove unsupported OS message in StreamLabsTikTokStreamKeyGene…
Browse files Browse the repository at this point in the history
…rator.py
  • Loading branch information
Loukious committed Aug 9, 2024
1 parent 5c9bb34 commit b5ab119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion StreamLabsTikTokStreamKeyGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def load_token():
elif platform.system() == 'Darwin': # macOS
path_pattern = os.path.expanduser('~/Library/Application Support/slobs-client/Local Storage/leveldb/*.log')
else:
messagebox.showinfo("Unsupported OS", "This script supports only Windows and macOS.")
return None

# Get all files matching the pattern
Expand Down

0 comments on commit b5ab119

Please sign in to comment.