Skip to content

Fix bugs: current_time crash, SyntaxWarning, empty input, duplicate Snapchat, stderr.writelines#124

Open
NullSec8 wants to merge 1 commit into
HunxByts:mainfrom
NullSec8:main
Open

Fix bugs: current_time crash, SyntaxWarning, empty input, duplicate Snapchat, stderr.writelines#124
NullSec8 wants to merge 1 commit into
HunxByts:mainfrom
NullSec8:main

Conversation

@NullSec8

Copy link
Copy Markdown

Fixes

  1. current_time KeyError craship_data["timezone"]["current_time"] now uses .get("current_time", "N/A") to handle API responses that omit this field (fixes multiple open issues)

  2. SyntaxWarning on Python 3.12+ — invalid escape sequences like \/, \_ in ASCII banner now properly escaped with double backslashes

  3. Empty input crash — IP Tracker and Username Tracker now validate input is not empty before proceeding

  4. Duplicate Snapchat entry — removed the duplicate from the social media list

  5. stderr.writelines -> stderr.writewritelines() iterates over characters when given a string; changed to .write() for proper output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant