Skip to content

Commit

Permalink
Update send.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aliorhun authored Nov 10, 2020
1 parent 1a7c51f commit 50151f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self):
# GSettings key
settings = Gio.Settings.new(self.BASE_KEY)
self.post_address = settings.get_string("ipaddress")
print(self.post_address)
# print(self.post_address)

def show_window(self):
self.window = Gtk.Window(type=Gtk.WindowType.TOPLEVEL)
Expand Down

0 comments on commit 50151f2

Please sign in to comment.