Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
remove simple usage counter
Browse files Browse the repository at this point in the history
  • Loading branch information
dynasticorpheus committed Jul 10, 2015
1 parent 04ef524 commit 6662d76
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gigasetelements/gigasetelements.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
url_base = 'https://api.gigaset-elements.de/api/v1/me/basestations'
url_camera = 'https://api.gigaset-elements.de/api/v1/me/cameras'
url_health = 'https://api.gigaset-elements.de/api/v2/me/health'
url_count = 'http://count.io/vb/dynasticorpheus/gigasetelements-cli+'


class bcolors:
Expand All @@ -64,14 +63,6 @@ class bcolors:
UNDERLINE = '\033[4m'


def count():
try:
s.post(url_count)
except:
pass
return


def log(str, type=0, exit=0):
if type == 0:
print '[-] ' + str
Expand Down Expand Up @@ -395,7 +386,6 @@ def main():
print 'Gigaset Elements - Command-line Interface'
print

count()
configure()

if os_type('posix'):
Expand Down

0 comments on commit 6662d76

Please sign in to comment.