Skip to content

Commit 3be930f

Browse files
committed
Revert "Removed OS dependency error."
This reverts commit 587e5b4.
1 parent 264ef29 commit 3be930f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wifibroot.py

+3
Original file line numberDiff line numberDiff line change
@@ -603,4 +603,7 @@ def main():
603603
if __name__ == "__main__":
604604
pull = Pully()
605605
pull.logo()
606+
if not 'linux' in sys.platform:
607+
pull.special("Not Supportable Operating System!")
608+
sys.exit(1)
606609
main()

0 commit comments

Comments
 (0)